Browse Source

Do not build __uClibc_main.o with ssp enabled

Peter S. Mazinger 19 years ago
parent
commit
fae2e21c20
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libc/misc/internals/Makefile

+ 2 - 0
libc/misc/internals/Makefile

@@ -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