Skip to content

Commit

Permalink
[project @ 2004-11-10 03:27:04 by wolfgang]
Browse files Browse the repository at this point in the history
Add powerpc64-unknown-linux
  • Loading branch information
wolfgang committed Nov 10, 2004
1 parent 61ccfec commit 4d98fc2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configure.ac
Expand Up @@ -406,6 +406,16 @@ powerpc-unknown-openbsd*)
HostVendor_CPP='unknown'
HostOS_CPP='openbsd'
;;
powerpc64-unknown-linux*)
HostPlatform=powerpc64-unknown-linux
TargetPlatform=powerpc64-unknown-linux
BuildPlatform=powerpc64-unknown-linux
HostPlatform_CPP='powerpc64_unknown_linux'
HostArch_CPP='powerpc64'
HostVendor_CPP='unknown'
HostOS_CPP='linux'
;;

s390-ibm-linux*)
HostPlatform=s390-ibm-linux
TargetPlatform=s390-ibm-linux #hack
Expand Down

0 comments on commit 4d98fc2

Please sign in to comment.