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",
|
||||
- "armv7hl-redhat-linux-gnueabi"};
|
||||
+ "armv7hl-redhat-linux-gnueabi",
|
||||
+ "armv6-linux-musleabihf",
|
||||
+ "armv7-linux-musleabihf",
|
||||
+ "armv6-linux-musleabihf", "armv6l-linux-musleabihf",
|
||||
+ "armv7-linux-musleabihf", "armv7l-linux-musleabihf",
|
||||
+ "arm-linux-musleabihf" };
|
||||
static const char *const ARMebLibDirs[] = {"/lib"};
|
||||
static const char *const ARMebTriples[] = {"armeb-linux-gnueabi",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'llvm'
|
||||
pkgname=llvm
|
||||
version=3.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="llvm-${version}.src"
|
||||
lib32disabled=yes
|
||||
configure_args="--disable-expensive-checks --disable-debug-runtime
|
||||
|
|
Loading…
Reference in a new issue