summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2005-04-11 21:50:17 +0000
committerJoshua Kinard <kumba@gentoo.org>2005-04-11 21:50:17 +0000
commit3d46923dc5e317f2088f6042856044b59bc0e0b6 (patch)
treedcd6292684e8ebd1ffa8308b3f5f816801e321a5 /app-emulation/gxemul/files
parentadded ~amd64 to KEYWORDS, fixes #87245 (diff)
downloadgentoo-2-3d46923dc5e317f2088f6042856044b59bc0e0b6.tar.gz
gentoo-2-3d46923dc5e317f2088f6042856044b59bc0e0b6.tar.bz2
gentoo-2-3d46923dc5e317f2088f6042856044b59bc0e0b6.zip
Package Move: formerly mips64emul; now gxemul. Bump to 0.3.1, and comment ebuild a little more.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emulation/gxemul/files')
-rw-r--r--app-emulation/gxemul/files/digest-gxemul-0.3.11
-rw-r--r--app-emulation/gxemul/files/gxemul-0.3.1-mips64-crosscc-check.patch12
2 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/gxemul/files/digest-gxemul-0.3.1 b/app-emulation/gxemul/files/digest-gxemul-0.3.1
new file mode 100644
index 000000000000..824c0da56146
--- /dev/null
+++ b/app-emulation/gxemul/files/digest-gxemul-0.3.1
@@ -0,0 +1 @@
+MD5 4dfa30708589ab06f20dc89b58b88917 gxemul-0.3.1.tar.gz 1051847
diff --git a/app-emulation/gxemul/files/gxemul-0.3.1-mips64-crosscc-check.patch b/app-emulation/gxemul/files/gxemul-0.3.1-mips64-crosscc-check.patch
new file mode 100644
index 000000000000..f5ba7f649aba
--- /dev/null
+++ b/app-emulation/gxemul/files/gxemul-0.3.1-mips64-crosscc-check.patch
@@ -0,0 +1,12 @@
+diff -Naurp gxemul-0.3.1.orig/configure gxemul-0.3.1/configure
+--- gxemul-0.3.1.orig/configure 2005-03-28 15:55:15.000000000 -0500
++++ gxemul-0.3.1/configure 2005-04-11 14:24:24.662918008 -0400
+@@ -1098,7 +1098,7 @@ if [ z$ENABLEMIPS = zYES ]; then
+ printf "Checking for a GNU cross-compiler for 64-bit MIPS... "
+ echo 'int f(int x) { return x; }' > _testprog.c
+
+- for MIPS_TRY in mips64-unknown-elf mips64-elf mips-unknown-elf64; do
++ for MIPS_TRY in mips64-unknown-elf mips64-elf mips-unknown-elf64 mips-unknown-linux-gnu mips-linux; do
+ printf '#!/bin/sh\n'$MIPS_TRY'-gcc _testprog.c -c\n' > _test.sh
+ chmod 755 _test.sh
+ rm -f _testprog.o