Skip to content
Snippets Groups Projects
Commit ffe71d18 authored by Don Stewart's avatar Don Stewart
Browse files

[project @ 2004-05-08 03:10:57 by dons]

3 more openbsd platforms: m88k, sparc64 & vax
Just in case someone tries to run the testsuite.
parent 4a22a827
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,15 @@ m68k-sun-sunos4*)
HostVendor_CPP='sun'
HostOS_CPP='sunos4'
;;
m88k-*-openbsd*)
HostPlatform=m88k-unknown-openbsd
TargetPlatform=m88k-unknown-openbsd
BuildPlatform=m88k-unknown-openbsd
HostPlatform_CPP='m88k_unknown_openbsd'
HostArch_CPP='m88k'
HostVendor_CPP='unknown'
HostOS_CPP='openbsd'
;;
mips-*-linux*)
HostPlatform=mips-unknown-linux # hack again
TargetPlatform=mips-unknown-linux
......@@ -440,6 +449,24 @@ sparc-*-openbsd*)
HostVendor_CPP='unknown'
HostOS_CPP='openbsd'
;;
sparc64-*-openbsd*)
HostPlatform=sparc64-unknown-openbsd
TargetPlatform=sparc64-unknown-openbsd
BuildPlatform=sparc64-unknown-openbsd
HostPlatform_CPP='sparc64_unknown_openbsd'
HostArch_CPP='sparc64'
HostVendor_CPP='unknown'
HostOS_CPP='openbsd'
;;
vax-*-openbsd*)
HostPlatform=vax-unknown-openbsd
TargetPlatform=vax-unknown-openbsd
BuildPlatform=vax-unknown-openbsd
HostPlatform_CPP='vax_unknown_openbsd'
HostArch_CPP='vax'
HostVendor_CPP='unknown'
HostOS_CPP='openbsd'
;;
*)
echo "Unrecognised platform: $HostPlatform"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment