From 9e33288233c36cfdd2c7ef8aec7e41678868dc92 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Fri, 9 Jan 2015 14:20:01 +0000 Subject: [PATCH] specifying USE_SSP=no twice is unnecessary --- buildxen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildxen.sh b/buildxen.sh index d3858e3..180c1ff 100755 --- a/buildxen.sh +++ b/buildxen.sh @@ -8,8 +8,7 @@ CPPFLAGS+=-DMAXPHYS=32768 PTHREAD_MAKELWP=pthread_makelwp_rumprunxen.c CPPFLAGS+= -D_PTHREAD_GETTCB_EXT=_lwp_rumpxen_gettcb .endif # LIB == pthread -CFLAGS+=-fno-stack-protector -USE_SSP=no" +CFLAGS+=-fno-stack-protector" unset IFS export BUILDXENMETAL_MKCONF -- 2.39.5