Skip to content

Instantly share code, notes, and snippets.

@Gottox
Created March 15, 2014 13:52
Show Gist options
  • Save Gottox/9567650 to your computer and use it in GitHub Desktop.
Save Gottox/9567650 to your computer and use it in GitHub Desktop.
# Cross build profile for ARM GNU EABI5 Soft Float.
XBPS_TARGET_ARCH="armv5l"
XBPS_CROSS_TRIPLET="arm-linux-gnueabi5"
XBPS_CFLAGS="-O2 -pipe"
XBPS_CXXFLAGS="$XBPS_CFLAGS"
XBPS_CROSS_CFLAGS="-march=armv5 -mfpu=vfp -mfloat-abi=soft"
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment