diff options
author | 2013-04-21 02:21:33 +0000 | |
---|---|---|
committer | 2013-04-21 02:21:33 +0000 | |
commit | f4b978d75756b1e2cf0d38dfd6113a03606c6429 (patch) | |
tree | 00c093b6f7173a4c9ff86ecf53c597fc509df6a9 /dev-libs/gmp/files | |
parent | restricted strip as technically that modifies the binaries, and we want to be... (diff) | |
download | historical-f4b978d75756b1e2cf0d38dfd6113a03606c6429.tar.gz historical-f4b978d75756b1e2cf0d38dfd6113a03606c6429.tar.bz2 historical-f4b978d75756b1e2cf0d38dfd6113a03606c6429.zip |
Fix builds for armv4 targets.
Package-Manager: portage-2.2.0_alpha170/cvs/Linux x86_64
Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'dev-libs/gmp/files')
-rw-r--r-- | dev-libs/gmp/files/gmp-5.1.0-armv4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/gmp/files/gmp-5.1.0-armv4.patch b/dev-libs/gmp/files/gmp-5.1.0-armv4.patch new file mode 100644 index 000000000000..0337bd364968 --- /dev/null +++ b/dev-libs/gmp/files/gmp-5.1.0-armv4.patch @@ -0,0 +1,12 @@ +fix missing __gmpn_invert_limb symbols w/armv4 targets + +--- a/configure ++++ b/configure +@@ -582,6 +582,7 @@ case $host in + # options fail. + case $host_cpu in + armsa1 | armv4*) ++ path="arm" + ;; + armxscale | arm9te | arm10 | armv5*) + path="arm/v5 arm" |