CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
ports
/
core-arm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa62a15
)
libgmp: fixed build triple arm-unknown-linux-gnueabi
author
Jose V Beneyto
<sepen@crux.nu>
Wed, 18 Apr 2012 15:50:18 +0000
(17:50 +0200)
committer
Jose V Beneyto
<sepen@crux.nu>
Wed, 18 Apr 2012 15:50:18 +0000
(17:50 +0200)
libgmp/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/libgmp/Pkgfile
b/libgmp/Pkgfile
index 30c6e2b1e6f016a72e169ca0ad3256704b4cc8a1..2e3d1ef7f40fe20f2f7ca169ebfe6bb6e98a937b 100644
(file)
--- a/
libgmp/Pkgfile
+++ b/
libgmp/Pkgfile
@@
-13,7
+13,7
@@
build() {
cd gmp-$version
./configure --prefix=/usr \
--enable-cxx \
- --build=
$MACHTYPE
+ --build=
arm-unknown-linux-gnueabi
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share