Skip to content
Snippets Groups Projects
Commit 89ce706a authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Teach configure about amd64/NetBSD; fixes trac #2348

parent dc2a0e66
No related branches found
No related tags found
No related merge requests found
...@@ -170,6 +170,15 @@ amd64-*-freebsd*|x86_64-*-freebsd*) ...@@ -170,6 +170,15 @@ amd64-*-freebsd*|x86_64-*-freebsd*)
HostVendor_CPP='unknown' HostVendor_CPP='unknown'
HostOS_CPP='freebsd' HostOS_CPP='freebsd'
;; ;;
amd64-*-netbsd*|x86_64-*-netbsd*)
HostPlatform=x86_64-unknown-netbsd
TargetPlatform=x86_64-unknown-netbsd
BuildPlatform=x86_64-unknown-netbsd
HostPlatform_CPP='x86_64_unknown_netbsd'
HostArch_CPP='x86_64'
HostVendor_CPP='unknown'
HostOS_CPP='netbsd'
;;
arm*-linux*) arm*-linux*)
HostPlatform=arm-unknown-linux # hack again HostPlatform=arm-unknown-linux # hack again
TargetPlatform=arm-unknown-linux TargetPlatform=arm-unknown-linux
......
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