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 # Compiler and Linker Flags
# #
CFLAGS = -mfpu=neon -mfloat-abi=softfp -march=armv7-a CFLAGS = -std=c99 -mfpu=neon -mfloat-abi=softfp -march=armv7-a
CFLAGS32 = CFLAGS32 =
CFLAGS64 = CFLAGS64 =
CXXFLAGS = -mfpu=neon -mfloat-abi=softfp -march=armv7-a CXXFLAGS = -mfpu=neon -mfloat-abi=softfp -march=armv7-a

View File

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

View File

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