Compile imxtools as gnu99 standard.

With current MinGW using c99 as standard the compiler causes problems with some
types.  Use gnu99 standard instead which doesn't do this.

Change-Id: I731f58025645ae88ac226593a2b2a62140285ee8
This commit is contained in:
Dominik Riebeling 2014-06-30 17:58:37 +02:00
parent 7de2a364d0
commit 79a56fabb9

View File

@ -8,7 +8,8 @@
# We use the SB code available in the Rockbox utils/sbtools directory
IMXTOOLS_DIR=../../utils/imxtools/sbtools/
CFLAGS += -I$(IMXTOOLS_DIR) -Wall
CFLAGS += -std=c99 -g -O3
# std=gnu99 is required by MinGW on Windows (c99 is sufficient for Linux / MXE)
CFLAGS += -std=gnu99 -g -O3
OUTPUT = mkimxboot