From 9a05e71e91495009df5460373615123b3c8c77bc Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Fri, 18 Nov 2005 17:42:16 +0000 Subject: [PATCH] Made FreeBSD work with jam. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15025 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/BuildSetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index e07caa7f4d..22586f3457 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -275,7 +275,7 @@ HOST_AR = $(HOST_AR[1]) ; HOST_UNARFLAGS ?= x ; # check the host platform compatibility -SetPlatformCompatibilityFlagVariables HOST_PLATFORM : HOST : host : linux ; +SetPlatformCompatibilityFlagVariables HOST_PLATFORM : HOST : host : linux freebsd ; if $(HOST_PLATFORM) = linux { # don't use lex: otherwise rc will not work correctly