llvm: update armhf triplets list to handle ours.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user