]> git.pld-linux.org Git - packages/alex.git/blame - alex-amd64.patch
- fix ppc too; release 3
[packages/alex.git] / alex-amd64.patch
CommitLineData
877a951b 1--- configure.in~ 2004-11-14 20:55:15.115487624 +0000
2+++ configure.in 2004-11-14 20:59:35.805856664 +0000
3@@ -231,6 +231,15 @@
4 HostVendor_CPP='unknown'
5 HostOS_CPP='linux'
6 ;;
7+x86_64-*-linux*)
8+ HostPlatform=x86_64-unknown-linux # hack again
9+ TargetPlatform=x86_64-unknown-linux
10+ BuildPlatform=x86_64-unknown-linux
11+ HostPlatform_CPP='x86_64_unknown_linux'
12+ HostArch_CPP='x86_64'
13+ HostVendor_CPP='unknown'
14+ HostOS_CPP='linux'
15+ ;;
16 m68k-*-linux*)
17 HostPlatform=m68k-unknown-linux # hack again
18 TargetPlatform=m68k-unknown-linux
This page took 0.197373 seconds and 4 git commands to generate.