Added build_style and cross-profiles dirs from xbps-src.

This commit is contained in:
Juan RP 2014-01-07 17:29:49 +01:00
parent 6751bcd379
commit 074bb4d726
19 changed files with 2122 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# Cross build profile for MIPS BE soft float.
XBPS_TARGET_ARCH="mips"
XBPS_CROSS_TRIPLET="mips-softfloat-linux-gnu"
XBPS_CFLAGS="-O2 -pipe"
XBPS_CXXFLAGS="$XBPS_CFLAGS"
XBPS_CROSS_CFLAGS="-mtune=mips32r2 -mabi=32 -msoft-float"
XBPS_CROSS_CXXFLAGS="$XBPS_CROSS_CFLAGS"