blob: 71289a336c4c3fd2dde0385936a8b420c05f5244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2005-04-17 10:50:53.000000000 -0400
+++ Makefile 2005-04-17 10:51:17.000000000 -0400
@@ -18,7 +18,7 @@
FIRSTRELOCS= 0x92800 0x82800
OLDGAS:= $(shell $(AS) --version | grep -q '2\.9\.1' && echo -DGAS291)
CFLAGS= -I. -Os -ffreestanding -fstrength-reduce -fomit-frame-pointer \
- -mcpu=i386 \
+ -mcpu=i386 -fno-stack-protector -fno-stack-protector-all -fno-pie \
-Wall -W -Wno-format -Wno-unused -DVERSION=\"$(VERSION)$(EXTRAVERSION)\"
LDBINARYFLAG= --oformat binary
FIRST32SIZE= 6144
|