fix more embedded Linux build configs

This commit is contained in:
Guenter Obiltschnig
2017-11-11 17:42:15 +01:00
parent fe47b58652
commit 24ecd1736e
3 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ SHAREDLIBLINKEXT = .so
#
# Compiler and Linker Flags
#
CFLAGS = -Isrc
CFLAGS = -std=c99 -Isrc
CFLAGS32 =
CFLAGS64 =
CXXFLAGS =