mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
conf/machine/include: Set TUNE_CCARGS instead of TARGET_CC_ARCH
Since we're updating the tune file format, it makes sense to abstract the compiler tune arguments at this point too. This means that should these need to be overridden at any point, the original values can still be obtained in a similar manner to the other TUNE* variables. Whilst this isn't strictly necessary for any current need, its likely good practise to standardise this behaviour. (From OE-Core rev: 3a3c69a1bc3cf0b6f6a3b13d86c12ed21798d48e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -5,7 +5,7 @@ TUNE_ARCH = "arm"
|
||||
# [2] http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
|
||||
# [3] https://support.codesourcery.com/GNUToolchain/kbentry29
|
||||
|
||||
TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize"
|
||||
TUNE_CCARGS = "-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize"
|
||||
|
||||
# Other potentially useful options
|
||||
#-ftree-vectorize -ffast-math -fno-omit-frame-pointer
|
||||
|
||||
Reference in New Issue
Block a user