diff options
author | 2004-03-25 16:15:15 +0000 | |
---|---|---|
committer | 2004-03-25 16:15:15 +0000 | |
commit | 09eaa0a3a54f00330cab18422e0c57a54d0a975f (patch) | |
tree | 6873cbca6f8ef4e8cda78b551de1e126857087d2 /dev-libs/dietlibc/files/dietlibc-sparc64-makefile.patch | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-09eaa0a3a54f00330cab18422e0c57a54d0a975f.tar.gz gentoo-2-09eaa0a3a54f00330cab18422e0c57a54d0a975f.tar.bz2 gentoo-2-09eaa0a3a54f00330cab18422e0c57a54d0a975f.zip |
Fix for bug #45601 and adjusted Makefile so that the usage of the sparc32 command isn't needed anymore.
Diffstat (limited to 'dev-libs/dietlibc/files/dietlibc-sparc64-makefile.patch')
-rw-r--r-- | dev-libs/dietlibc/files/dietlibc-sparc64-makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/dietlibc/files/dietlibc-sparc64-makefile.patch b/dev-libs/dietlibc/files/dietlibc-sparc64-makefile.patch new file mode 100644 index 000000000000..d72015214267 --- /dev/null +++ b/dev-libs/dietlibc/files/dietlibc-sparc64-makefile.patch @@ -0,0 +1,11 @@ +--- Makefile.orig 2004-03-25 08:24:20.420425000 -0700 ++++ Makefile 2004-03-25 08:27:02.730425000 -0700 +@@ -8,7 +8,7 @@ + BINDIR=${prefix}/bin + MAN1DIR=${prefix}/man/man1 + +-MYARCH:=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6][lb]/arm/') ++MYARCH:=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6][lb]/arm/' -e 's/sparc64/sparc/') + + # This extra-ugly cruft is here so make will not run uname and sed each + # time it looks at $(OBJDIR). This alone sped up running make when |