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:
e96c04b
)
gcc: hardcoded build configure option arm-crux-linux-gnueabihf
author
Victor Martinez
<pitillo@ono.com>
Wed, 14 Dec 2011 21:57:35 +0000
(22:57 +0100)
committer
Victor Martinez
<pitillo@ono.com>
Wed, 14 Dec 2011 21:57:35 +0000
(22:57 +0100)
gcc/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/gcc/Pkgfile
b/gcc/Pkgfile
index 1343a1eafd99a8f0f1741d9002bea896de408d9e..0680594be6bbf03ba78f2b9e30e961dcd1f5c739 100644
(file)
--- a/
gcc/Pkgfile
+++ b/
gcc/Pkgfile
@@
-18,7
+18,7
@@
build() {
mkdir build
cd build
../$name-$version/configure --prefix=/usr \
- --build=
$MACHTYPE
\
+ --build=
arm-crux-linux-gnueabihf
\
--mandir=/usr/man \
--libexecdir=/usr/lib \
--enable-languages=c,c++,objc \