Rename armv7 cross profile to armv7hf, so that we know it's targetting hf.
This commit is contained in:
parent
4a716cd999
commit
1ce9d7e4c1
1 changed files with 0 additions and 0 deletions
8
common/cross-profiles/armv7hf.sh
Normal file
8
common/cross-profiles/armv7hf.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Cross build profile for ARMv7 GNU EABI Hard Float.
|
||||
|
||||
XBPS_TARGET_ARCH="armv7l"
|
||||
XBPS_CROSS_TRIPLET="arm-linux-gnueabihf7"
|
||||
XBPS_CFLAGS="-O2 -pipe"
|
||||
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
||||
XBPS_CROSS_CFLAGS="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
|
||||
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"
|
Loading…
Add table
Add a link
Reference in a new issue