Add OpenBSD to the list of supported build platforms.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28251 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f868be6863
commit
ff1beff8d1
@ -466,11 +466,11 @@ HOST_UNARFLAGS ?= x ;
|
||||
|
||||
# check the host platform compatibility
|
||||
SetPlatformCompatibilityFlagVariables HOST_PLATFORM : HOST : host
|
||||
: linux freebsd darwin sunos cygwin ;
|
||||
: linux openbsd freebsd darwin sunos cygwin ;
|
||||
|
||||
if $(HOST_PLATFORM) = linux || $(HOST_PLATFORM) = freebsd
|
||||
|| $(HOST_PLATFORM) = darwin || $(HOST_PLATFORM) = cygwin
|
||||
|| $(HOST_PLATFORM) = sunos {
|
||||
|| $(HOST_PLATFORM) = sunos || $(HOST_PLATFORM) = openbsd {
|
||||
# don't use lex: otherwise rc will not work correctly
|
||||
if $(LEX) = lex {
|
||||
LEX = flex ;
|
||||
|
1
configure
vendored
1
configure
vendored
@ -329,6 +329,7 @@ case "${platform}" in
|
||||
FreeBSD) buildPlatform=freebsd ;;
|
||||
Haiku) buildPlatform=haiku_host ;;
|
||||
Linux) buildPlatform=linux ;;
|
||||
OpenBSD) buildPlatform=openbsd ;;
|
||||
SunOS) buildPlatform=sunos ;;
|
||||
CYGWIN_NT-*) buildPlatform=cygwin ;;
|
||||
*) echo Unsupported platform: ${platform}
|
||||
|
Loading…
Reference in New Issue
Block a user