]> git.pld-linux.org Git - packages/automake.git/blob - automake-amd64.patch
3f82a88d39339b8aa2cabe3c58fba0e8e9bd2435
[packages/automake.git] / automake-amd64.patch
1 diff -durN -x '*~' automake-1.7.9.orig/lib/config.sub automake-1.7.9/lib/config.sub
2 --- automake-1.7.9.orig/lib/config.sub  2003-10-06 23:52:42.000000000 +0200
3 +++ automake-1.7.9/lib/config.sub       2004-12-19 10:23:34.553654656 +0100
4 @@ -792,6 +792,9 @@
5         pentium4-*)
6                 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
7                 ;;
8 +       amd64-*)
9 +               basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
10 +               ;;
11         pn)
12                 basic_machine=pn-gould
13                 ;;
This page took 0.040734 seconds and 2 git commands to generate.