CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
core-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c242f5
)
Updated Pkgfile to remove msof-float option
author
Victor Martinez
<pitillo@ono.com>
Mon, 24 May 2010 08:22:43 +0000
(08:22 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Mon, 24 May 2010 08:22:43 +0000
(08:22 +0000)
perl/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/perl/Pkgfile
b/perl/Pkgfile
index dd8e4be5b7b359b1c9ba8887ea6d653ba8e57078..48ab169b8cde6f81ea4e72b4ab80053f27c8048d 100644
(file)
--- a/
perl/Pkgfile
+++ b/
perl/Pkgfile
@@
-6,7
+6,7
@@
name=perl
version=5.10.0
-release=
2
+release=
3
source=(http://www.cpan.org/src/5.0/$name-$version.tar.gz \
$name-$version-cross_compile-1.patch)
@@
-15,7
+15,7
@@
build() {
patch -p1 -i $SRC/$name-$version-cross_compile-1.patch
# Use of safe cflags to build perl-cross on the host, and don't use msoft-float
- export CFLAGS=
"-O2 -pipe"
+ export CFLAGS=
${CFLAGS/msoft-float/}
# avoid to use target generate_uudmap binary
sed -i Makefile.SH \