]> git.pld-linux.org Git - packages/grass.git/commitdiff
- athlon arch support
authoradasi <adasi@pld-linux.org>
Sat, 3 May 2003 13:48:06 +0000 (13:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grass-athlon.patch -> 1.1

grass-athlon.patch [new file with mode: 0644]

diff --git a/grass-athlon.patch b/grass-athlon.patch
new file mode 100644 (file)
index 0000000..9993723
--- /dev/null
@@ -0,0 +1,33 @@
+--- config.sub.orig    Sat May  3 10:40:25 2003
++++ config.sub Sat May  3 10:41:36 2003
+@@ -317,6 +317,12 @@
+               basic_machine=m68k-apollo
+               os=-bsd
+               ;;
++      athlon)
++              basic_machine=athlon -pc
++              ;;
++      athlon-*)
++              basic_machine=athlon-`echo $basic_machine | sed 's/^[^-]*-//'`
++              ;;
+       aux)
+               basic_machine=m68k-apple
+               os=-aux
+@@ -678,7 +684,7 @@
+       pentium | p5 | k5 | k6 | nexen)
+               basic_machine=i586-pc
+               ;;
+-      pentiumpro | p6 | 6x86 | athlon)
++      pentiumpro | p6 | 6x86)
+               basic_machine=i686-pc
+               ;;
+       pentiumii | pentium2)
+@@ -687,7 +693,7 @@
+       pentium-* | p5-* | k5-* | k6-* | nexen-*)
+               basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
+-      pentiumpro-* | p6-* | 6x86-* | athlon-*)
++      pentiumpro-* | p6-* | 6x86-*)
+               basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
+       pentiumii-* | pentium2-*)
This page took 0.108722 seconds and 4 git commands to generate.