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:
Axel Dörfler
2004-11-25 03:23:16 +00:00
parent f6c4b97ace
commit bc1994c4fb
+1 -1
View File
@@ -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"