Skip to content

Commit

Permalink
[project @ 2004-04-18 02:37:27 by dons]
Browse files Browse the repository at this point in the history
Add amd64-unknown-openbsd
  • Loading branch information
dons committed Apr 18, 2004
1 parent 490fd96 commit aeecdc1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions configure.ac
Expand Up @@ -105,6 +105,15 @@ alpha*-unknown-freebsd*)
HostVendor_CPP='unknown'
HostOS_CPP='freebsd'
;;
amd64*-unknown-openbsd*)
HostPlatform=amd64-unknown-openbsd
TargetPlatform=amd64-unknown-openbsd
BuildPlatform=amd64-unknown-openbsd
HostPlatform_CPP='amd64_unknown_openbsd'
HostArch_CPP='amd64'
HostVendor_CPP='unknown'
HostOS_CPP='openbsd'
;;
arm*-linux*)
HostPlatform=arm-unknown-linux # hack again
TargetPlatform=arm-unknown-linux
Expand Down

0 comments on commit aeecdc1

Please sign in to comment.