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:
317a755
)
perl: initial import (verified compilation)
author
Victor Martinez
<pitillo@ono.com>
Sat, 15 Oct 2011 10:52:09 +0000
(10:52 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Sat, 15 Oct 2011 10:52:09 +0000
(10:52 +0000)
perl/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/perl/Pkgfile
b/perl/Pkgfile
index ed7fb6b3ab31467e4c87b9c17daf9cc808a824ad..4653141f2ca7af9670d8ecbb360465a0b5fb7fe3 100644
(file)
--- a/
perl/Pkgfile
+++ b/
perl/Pkgfile
@@
-15,7
+15,10
@@
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=${CFLAGS/-msoft-float/}
+ export CFLAGS=${CFLAGS/-march=armv7-a -mfpu=vfpv3-d16 -mthumb/}
+
+ # Removed references to softfp
+ sed "s|\-msoft\-float||g" -i Cross/Makefile
# avoid to use target generate_uudmap binary
sed -i Makefile.SH \