CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
crossrootfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3af3484
)
pkgutils: fixed CFLAGS used
3.0
author
Victor Martinez
<pitillo@ono.com>
Sat, 14 Sep 2013 21:39:18 +0000
(21:39 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Sat, 14 Sep 2013 21:39:18 +0000
(21:39 +0000)
pkgutils/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/pkgutils/Pkgfile
b/pkgutils/Pkgfile
index 60662b80f7e7d48a7500db1499ed49ae1f7fdccc..a2b8e2dfce2ad37f8c7f93b345f1446f188141f8 100644
(file)
--- a/
pkgutils/Pkgfile
+++ b/
pkgutils/Pkgfile
@@
-12,5
+12,5
@@
source=(http://crux.nu/files/$name-$version.tar.gz)
build () {
cd $name-$version
make DESTDIR=$PKG install
- sed 's|FLAGS=.*|FLAGS="-O2 -pipe -m
no-unaligned-access
"|' -i $PKG/etc/pkgmk.conf
+ sed 's|FLAGS=.*|FLAGS="-O2 -pipe -m
float-abi=hard
"|' -i $PKG/etc/pkgmk.conf
}