1
0
Fork 0

changed compile options

This commit is contained in:
Jan Steemann 2015-12-15 13:51:17 +01:00
parent c043f9301c
commit 7cfe038990
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,7 @@ case $target in
;;
armv7l-*-linux-gnueabihf)
CPPFLAGS="${CPPFLAGS} -O0"
CXXFLAGS="${CXXFLAGS} -O0"
tr_ARM="yes"
tr_ARM7="yes"
;;
@ -117,6 +117,7 @@ case $target in
dnl special flags for Arm V6 (pi)
dnl ----------------------------------------------------------------------------
CPPFLAGS="${CPPFLAGS} -O0 -DUSE_EABI_HARDFLOAT -march=armv6 -mfloat-abi=hard"
CXXFLAGS="${CXXFLAGS} -O0"
tr_ARM="yes"
tr_ARM6="yes"
;;