]> xenbits.xensource.com Git - seabios.git/commitdiff
Don't compile with -mrtd.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 5 Mar 2012 22:39:32 +0000 (17:39 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 6 Mar 2012 12:18:38 +0000 (07:18 -0500)
The "mrtd" mode is a bit funky - the gain from it isn't worth the
complexity.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Makefile

index 5d834b7d87eacdb08432773f6d40177a6f0a3cbc..eaf46a94dba2b856122ed351b70dadd4f64a681d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ COMMONCFLAGS = -I$(OUT) -Os -MD -g \
     -Wall -Wno-strict-aliasing -Wold-style-definition \
     $(call cc-option,$(CC),-Wtype-limits,) \
     -m32 -march=i386 -mregparm=3 -mpreferred-stack-boundary=2 \
-    -mrtd -minline-all-stringops \
+    -minline-all-stringops \
     -freg-struct-return -ffreestanding -fno-delete-null-pointer-checks \
     -ffunction-sections -fdata-sections -fno-common
 COMMONCFLAGS += $(call cc-option,$(CC),-nopie,)