software/common.mak: remove -fsigned-char from CFLAGS

This commit is contained in:
Sebastien Bourdeauducq 2013-01-10 17:14:51 +01:00
parent e4144f2c7d
commit c490917aec
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ endif
# Toolchain options
#
INCLUDES = -I$(M2DIR)/software/include/base -I$(M2DIR)/software/include -I$(M2DIR)/common
CFLAGS = -O9 -Wall -Wstrict-prototypes -Wold-style-definition -Wshadow \
-Wmissing-prototypes -fsigned-char -nostdinc $(INCLUDES)
CFLAGS = -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wshadow \
-Wmissing-prototypes -nostdinc $(INCLUDES)
LDFLAGS = -nostdlib -nodefaultlibs
# compile and generate dependencies, based on