272114cd05
This still isn't perfect. When the common/xbps-src/shutils/chroot.sh function chroot_init() is called, the value for $XBPS_FFLAGS, which is defined in common/build-profiles/bootstrap.sh, is empty. Put the immediate value into the generated /etc/xbps/xbps-src.conf file until someone finds out where passing the value of $XBPS_FFLAGS throughout the scripts is missing.
7 lines
270 B
Bash
7 lines
270 B
Bash
# Cross build profile for ARM GNU EABI5 Soft Float and Musl libc.
|
|
|
|
XBPS_TARGET_MACHINE="armv5tel-musl"
|
|
XBPS_CROSS_TRIPLET="arm-linux-musleabi"
|
|
XBPS_CROSS_CFLAGS="-march=armv5te -msoft-float -mfloat-abi=soft"
|
|
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"
|
|
XBPS_CROSS_FFLAGS=""
|