Removed host BeOS version recognition: we now always default to target "haiku".

Building our components for use with R5/dano/whatever is now something you need
to want, it's not the default anymore.
Note: you can still build single components for R5 by overriding the target
platform per target, too, for example:
$ TARGET_PLATFORM=r5 jam app_server


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12920 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-06-01 14:33:46 +00:00
parent 23c06b6a3b
commit 6233964798
Vendored
+10 -9
View File
@@ -2,8 +2,6 @@
#
# configure [ --floppy <floppy location> ]
target=unknown
# usage
#
# Prints usage.
@@ -68,13 +66,16 @@ gcc_version=
floppy=
bochs_debug=0
include_gpl_addons=0
revision=`uname -r`
case "$revision" in
5.1) target=dano ;;
5.0.4) target=bone ;;
5.0*) target=r5 ;;
*) target=haiku ;;
esac
target=haiku
# host BeOS recognition not needed anymore
# revision=`uname -r`
# case "$revision" in
# 5.1) target=dano ;;
# 5.0.4) target=bone ;;
# 5.0*) target=r5 ;;
# *) target=haiku ;;
#esac
# parse parameters
#