software/common: use -std=gnu99 for GCC
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sun, 10 Apr 2016 15:21:17 +0000 (17:21 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sun, 10 Apr 2016 15:21:17 +0000 (17:21 +0200)
litex/soc/software/common.mak

index accbfe9df222f0a06e5b0563ecc461f21c3f87b6..bc56b8310ebf67bbe1cb1472a5587809c6e44b4d 100644 (file)
@@ -7,7 +7,7 @@ ifeq ($(CLANG),1)
 CC_normal      := clang -target $(TRIPLE) -integrated-as
 CX_normal      := clang++ -target $(TRIPLE) -integrated-as
 else
-CC_normal      := $(TARGET_PREFIX)gcc
+CC_normal      := $(TARGET_PREFIX)gcc -std=gnu99
 CX_normal      := $(TARGET_PREFIX)g++
 endif
 AR_normal      := $(TARGET_PREFIX)ar