mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
llvm: update armhf triplets list to handle ours.
This commit is contained in:
parent
e0f02cccc3
commit
1232662412
2 changed files with 3 additions and 3 deletions
|
@ -17,8 +17,8 @@ index 15e36a1..3cd6dd1 100644
|
||||||
static const char *const ARMHFTriples[] = {"arm-linux-gnueabihf",
|
static const char *const ARMHFTriples[] = {"arm-linux-gnueabihf",
|
||||||
- "armv7hl-redhat-linux-gnueabi"};
|
- "armv7hl-redhat-linux-gnueabi"};
|
||||||
+ "armv7hl-redhat-linux-gnueabi",
|
+ "armv7hl-redhat-linux-gnueabi",
|
||||||
+ "armv6-linux-musleabihf",
|
+ "armv6-linux-musleabihf", "armv6l-linux-musleabihf",
|
||||||
+ "armv7-linux-musleabihf",
|
+ "armv7-linux-musleabihf", "armv7l-linux-musleabihf",
|
||||||
+ "arm-linux-musleabihf" };
|
+ "arm-linux-musleabihf" };
|
||||||
static const char *const ARMebLibDirs[] = {"/lib"};
|
static const char *const ARMebLibDirs[] = {"/lib"};
|
||||||
static const char *const ARMebTriples[] = {"armeb-linux-gnueabi",
|
static const char *const ARMebTriples[] = {"armeb-linux-gnueabi",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'llvm'
|
# Template file for 'llvm'
|
||||||
pkgname=llvm
|
pkgname=llvm
|
||||||
version=3.7.0
|
version=3.7.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="llvm-${version}.src"
|
wrksrc="llvm-${version}.src"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
configure_args="--disable-expensive-checks --disable-debug-runtime
|
configure_args="--disable-expensive-checks --disable-debug-runtime
|
||||||
|
|
Loading…
Add table
Reference in a new issue