Merge branch 'master' of https://github.com/voidlinux/xbps-packages into llvm35

Conflicts:
	srcpkgs/MesaLib/template
This commit is contained in:
John Galt
2014-09-07 01:08:00 -07:00
9 changed files with 36 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
# Cross build profile for ARMv7 GNU EABI Hard Float.
XBPS_TARGET_ARCH="armv7l"
XBPS_CROSS_TRIPLET="armv7l-linux-gnueabihf"
XBPS_CROSS_TRIPLET="arm-linux-gnueabihf7"
XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong"
XBPS_CXXFLAGS="$XBPS_CFLAGS"
XBPS_CROSS_CFLAGS="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"

View File

@@ -51,6 +51,7 @@ hook() {
*.tar) cursufx="tar";;
*.zip) cursufx="zip";;
*.rpm) cursufx="rpm";;
*.patch) cursufx="pch";;
*) msg_error "$pkgver: unknown distfile suffix for $curfile.\n";;
esac