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>
-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,)