diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-17 07:00:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-17 07:00:24 +0000 |
commit | 8b728a87da644911e0bbf6b5b98b21b1d091c6f1 (patch) | |
tree | f702cf00510b8db0f65cf06b8d1ef14fd38bdcfe /sys-devel/libtool/files | |
parent | Clean up ebuild and dont bother calling elibtoolize anymore (since it doesnt ... (diff) | |
download | historical-8b728a87da644911e0bbf6b5b98b21b1d091c6f1.tar.gz historical-8b728a87da644911e0bbf6b5b98b21b1d091c6f1.tar.bz2 historical-8b728a87da644911e0bbf6b5b98b21b1d091c6f1.zip |
Remove the amd64-alias patch since gnuconfig_update does all the magic now.
Diffstat (limited to 'sys-devel/libtool/files')
-rw-r--r-- | sys-devel/libtool/files/1.4.3/libtool-1.4.3-amd64-alias.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-devel/libtool/files/1.4.3/libtool-1.4.3-amd64-alias.patch b/sys-devel/libtool/files/1.4.3/libtool-1.4.3-amd64-alias.patch deleted file mode 100644 index b37ce785fd1c..000000000000 --- a/sys-devel/libtool/files/1.4.3/libtool-1.4.3-amd64-alias.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libtool-1.4.3/config.sub.amd64-alias 2002-10-22 22:24:44.000000000 -0400 -+++ libtool-1.4.3/config.sub 2003-07-24 11:10:08.000000000 -0400 -@@ -367,6 +367,9 @@ case $basic_machine in - basic_machine=a29k-none - os=-bsd - ;; -+ amd64-*) -+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; - amdahl) - basic_machine=580-amdahl - os=-sysv |