From: Sebastien Bourdeauducq Date: Fri, 25 May 2012 15:20:04 +0000 (+0200) Subject: software: cleanup CFLAGS X-Git-Tag: 24jan2021_ls180~3168 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=88a909e86cebb9d93e404546e67fc4dd1ace0ca5;p=litex.git software: cleanup CFLAGS --- diff --git a/software/common.mak b/software/common.mak index 0f904505..168dba84 100644 --- a/software/common.mak +++ b/software/common.mak @@ -35,11 +35,10 @@ endif # Toolchain options # -INCLUDES_NOLIBC ?= -nostdinc -I$(M2DIR)/software/include/base -INCLUDES = $(INCLUDES_NOLIBC) -I$(M2DIR)/software/include -I$(M2DIR)/common -ASFLAGS = $(INCLUDES) -nostdinc +INCLUDES = -I$(M2DIR)/software/include/base -I$(M2DIR)/software/include -I$(M2DIR)/common +ASFLAGS = -nostdinc $(INCLUDES) CFLAGS = -O9 -Wall -Wstrict-prototypes -Wold-style-definition -Wshadow \ - -Wmissing-prototypes -fsigned-char $(INCLUDES) + -Wmissing-prototypes -fsigned-char -nostdinc $(INCLUDES) LDFLAGS = -nostdlib -nodefaultlibs # compile and generate dependencies, based on