瀏覽代碼

Do not build __uClibc_main.o with ssp enabled

Peter S. Mazinger 20 年之前
父節點
當前提交
fae2e21c20
共有 1 個文件被更改,包括 2 次插入0 次删除
  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