svn commit: trunk/uClibc/libc: misc/internals sysdeps/linux/common

psm at uclibc.org psm at uclibc.org
Tue Oct 11 18:31:29 UTC 2005


Author: psm
Date: 2005-10-11 11:31:26 -0700 (Tue, 11 Oct 2005)
New Revision: 11829

Log:
Allow building uClibc w/ make-3.79.1 if SSP is disabled

Modified:
   trunk/uClibc/libc/misc/internals/Makefile
   trunk/uClibc/libc/sysdeps/linux/common/Makefile


Changeset:
Modified: trunk/uClibc/libc/misc/internals/Makefile
===================================================================
--- trunk/uClibc/libc/misc/internals/Makefile	2005-10-11 14:38:01 UTC (rev 11828)
+++ trunk/uClibc/libc/misc/internals/Makefile	2005-10-11 18:31:26 UTC (rev 11829)
@@ -27,7 +27,9 @@
 CSRC=__uClibc_main.c tempname.c errno.c __errno_location.c __h_errno_location.c
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 
+ifeq ($(UCLIBC_HAS_SSP),y)
 __uClibc_main.o: CFLAGS += $(SSP_DISABLE_FLAGS)
+endif
 
 OBJS=$(COBJS)
 

Modified: trunk/uClibc/libc/sysdeps/linux/common/Makefile
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/Makefile	2005-10-11 14:38:01 UTC (rev 11828)
+++ trunk/uClibc/libc/sysdeps/linux/common/Makefile	2005-10-11 18:31:26 UTC (rev 11829)
@@ -31,9 +31,9 @@
 NONSHARED_OBJ_LIST=
 else
 NONSHARED_OBJ_LIST=../../../nonshared_obj.sysdeps.common
-endif
 ssp.o: CFLAGS += $(SSP_DISABLE_FLAGS)
 ssp-local.o: CFLAGS += $(SSP_DISABLE_FLAGS)
+endif
 
 OBJS  = $(patsubst %.c,%.o, $(SRCS))
 




More information about the uClibc-cvs mailing list