Our uname currently returns "Intel" as machine - changed SetupEnvironment
to take that into account. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10223 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,7 +11,7 @@ export GROUP=users
|
||||
BUILDHOME=/boot/develop
|
||||
|
||||
case `uname -m` in
|
||||
BePC)
|
||||
BePC|Intel)
|
||||
BE_HOST_CPU=x86
|
||||
BETOOLS="$BUILDHOME/bin"
|
||||
BELIBRARIES="$BUILDHOME/lib/$BE_HOST_CPU"
|
||||
|
||||
Reference in New Issue
Block a user