[uClibc-cvs] CVS uClibc/libc/sysdeps/linux/common
CVS User andersen
andersen at codepoet.org
Wed Dec 22 21:14:24 UTC 2004
Update of /var/cvs/uClibc/libc/sysdeps/linux/common
In directory nail:/tmp/cvs-serv22056/libc/sysdeps/linux/common
Modified Files:
Makefile
Log Message:
Patch from Peter S. Mazinger:
rename UCLIBC_PROPOLICE to UCLIBC_HAS_SSP
--- /var/cvs/uClibc/libc/sysdeps/linux/common/Makefile 2004/12/22 19:53:11 1.103
+++ /var/cvs/uClibc/libc/sysdeps/linux/common/Makefile 2004/12/22 21:14:23 1.104
@@ -57,7 +57,7 @@
ifneq ($(strip $(EXCLUDE_BRK)),y)
CSRC+=sbrk.c
endif
-ifeq ($(strip $(UCLIBC_PROPOLICE)),y)
+ifeq ($(strip $(UCLIBC_HAS_SSP)),y)
CSRC+=ssp.c
endif
More information about the uClibc-cvs
mailing list