OSDN Git Service

Do not build __uClibc_main.o with ssp enabled
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 23 Sep 2005 20:17:39 +0000 (20:17 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 23 Sep 2005 20:17:39 +0000 (20:17 -0000)
libc/misc/internals/Makefile

index 803181a..fee3eca 100644 (file)
@@ -27,6 +27,8 @@ include $(TOPDIR)Rules.mak
 CSRC=__uClibc_main.c tempname.c errno.c __errno_location.c __h_errno_location.c
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 
+__uClibc_main.o: CFLAGS += $(SSP_DISABLE_FLAGS)
+
 OBJS=$(COBJS)
 
 OBJ_LIST=../../obj.misc.internals