clojure-lsp: update to 2024.08.05.
[void-pkg.git] / common / build-profiles / armv7l.sh
blob141639b132b0a3a8b3a69e47422633149e439ea1
1 XBPS_TARGET_CFLAGS="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
2 XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
3 XBPS_TARGET_FFLAGS="$XBPS_TARGET_CFLAGS"
4 XBPS_TRIPLET="armv7l-unknown-linux-gnueabihf"
5 XBPS_RUST_TARGET="armv7-unknown-linux-gnueabihf"
6 XBPS_CROSS_ZIG_TARGET="arm-linux-gnueabihf"
7 XBPS_CROSS_ZIG_CPU="generic+v7a+vfp3"