summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/rp-pppoe/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/rp-pppoe/src/Makefile')
-rw-r--r--mdk-stage1/rp-pppoe/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/rp-pppoe/src/Makefile b/mdk-stage1/rp-pppoe/src/Makefile
index 6f3eb4fa4..321628b41 100644
--- a/mdk-stage1/rp-pppoe/src/Makefile
+++ b/mdk-stage1/rp-pppoe/src/Makefile
@@ -28,7 +28,7 @@ all: $(TARGETS)
clean:
rm -f *.o *.a $(BINTARGET) pppoe
-FLAGS = -Wall -Werror -Os -fomit-frame-pointer '-DPPPOE_PATH="/sbin/pppoe"' '-DPPPD_PATH="/sbin/pppd"' '-DVERSION="3.0-stg1"'
+FLAGS = -Wall -Werror -Os -fno-strict-aliasing -fomit-frame-pointer '-DPPPOE_PATH="/sbin/pppoe"' '-DPPPD_PATH="/sbin/pppd"' '-DVERSION="3.0-stg1"'
ifeq (GLIBC, $(L))
EXTRA_LDFLAGS = -static