]> git.pld-linux.org Git - packages/alex.git/commitdiff
- small patch to try recognice amd64
authorundefine <undefine@pld-linux.org>
Mon, 22 Nov 2004 02:27:36 +0000 (02:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alex-amd64.patch -> 1.1

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

diff --git a/alex-amd64.patch b/alex-amd64.patch
new file mode 100644 (file)
index 0000000..3f65d11
--- /dev/null
@@ -0,0 +1,18 @@
+--- configure.in~      2004-11-14 20:55:15.115487624 +0000
++++ configure.in       2004-11-14 20:59:35.805856664 +0000
+@@ -231,6 +231,15 @@
+         HostVendor_CPP='unknown'
+         HostOS_CPP='linux'
+         ;;
++x86_64-*-linux*)
++        HostPlatform=x86_64-unknown-linux # hack again
++        TargetPlatform=x86_64-unknown-linux
++        BuildPlatform=x86_64-unknown-linux
++        HostPlatform_CPP='x86_64_unknown_linux'
++        HostArch_CPP='x86_64'
++        HostVendor_CPP='unknown'
++        HostOS_CPP='linux'
++        ;;
+ m68k-*-linux*)
+         HostPlatform=m68k-unknown-linux # hack again
+         TargetPlatform=m68k-unknown-linux
This page took 0.091373 seconds and 4 git commands to generate.