Keep zero-initialized varaibles in the .data section.

svn path=/trunk/; revision=9595
This commit is contained in:
Eric Kohl 2004-06-02 20:37:46 +00:00
parent e0027b1777
commit d311d3a57f

View file

@ -132,7 +132,8 @@ else
#############################################
# COMPILER COMMAND LINE OPTIONS
#
COMPILER_OPTIONS = -Wall -nostdlib -nostdinc -ffreestanding -fno-builtin -fno-inline -O1 -MD
COMPILER_OPTIONS = -Wall -nostdlib -nostdinc -ffreestanding -fno-builtin -fno-inline \
-fno-zero-initialized-in-bss -O1 -MD
# FreeLoader does not use any of the standard libraries, includes, or built-in functions
#############################################