]> git.pld-linux.org Git - packages/automake.git/blame - automake-amd64.patch
- updated to 1.9.1
[packages/automake.git] / automake-amd64.patch
CommitLineData
18fc67da
JK
1diff -durN -x '*~' -x '*.orig' automake-1.8.orig/lib/config.sub automake-1.8/lib/config.sub
2--- automake-1.8.orig/lib/config.sub 2003-11-25 23:07:32.000000000 +0100
3+++ automake-1.8/lib/config.sub 2004-01-02 21:29:53.839623027 +0100
4@@ -380,6 +380,9 @@
5 amd64)
6 basic_machine=x86_64-pc
8a1cf5f3
JK
7 ;;
8+ amd64-*)
9+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
10+ ;;
18fc67da
JK
11 amdahl)
12 basic_machine=580-amdahl
13 os=-sysv
This page took 0.08307 seconds and 4 git commands to generate.