]> git.pld-linux.org Git - packages/automake.git/commitdiff
- patch to config.sub to recognize amd64-pld-linux*
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 19 Dec 2003 09:51:41 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-amd64.patch -> 1.1

automake-amd64.patch [new file with mode: 0644]

diff --git a/automake-amd64.patch b/automake-amd64.patch
new file mode 100644 (file)
index 0000000..3f82a88
--- /dev/null
@@ -0,0 +1,13 @@
+diff -durN -x '*~' automake-1.7.9.orig/lib/config.sub automake-1.7.9/lib/config.sub
+--- automake-1.7.9.orig/lib/config.sub 2003-10-06 23:52:42.000000000 +0200
++++ automake-1.7.9/lib/config.sub      2004-12-19 10:23:34.553654656 +0100
+@@ -792,6 +792,9 @@
+       pentium4-*)
+               basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
++      amd64-*)
++              basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
++              ;;
+       pn)
+               basic_machine=pn-gould
+               ;;
This page took 0.114991 seconds and 4 git commands to generate.