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:
@@ -2,8 +2,6 @@
|
|||||||
#
|
#
|
||||||
# configure [ --floppy <floppy location> ]
|
# configure [ --floppy <floppy location> ]
|
||||||
|
|
||||||
target=unknown
|
|
||||||
|
|
||||||
# usage
|
# usage
|
||||||
#
|
#
|
||||||
# Prints usage.
|
# Prints usage.
|
||||||
@@ -68,13 +66,16 @@ gcc_version=
|
|||||||
floppy=
|
floppy=
|
||||||
bochs_debug=0
|
bochs_debug=0
|
||||||
include_gpl_addons=0
|
include_gpl_addons=0
|
||||||
revision=`uname -r`
|
target=haiku
|
||||||
case "$revision" in
|
|
||||||
5.1) target=dano ;;
|
# host BeOS recognition not needed anymore
|
||||||
5.0.4) target=bone ;;
|
# revision=`uname -r`
|
||||||
5.0*) target=r5 ;;
|
# case "$revision" in
|
||||||
*) target=haiku ;;
|
# 5.1) target=dano ;;
|
||||||
esac
|
# 5.0.4) target=bone ;;
|
||||||
|
# 5.0*) target=r5 ;;
|
||||||
|
# *) target=haiku ;;
|
||||||
|
#esac
|
||||||
|
|
||||||
# parse parameters
|
# parse parameters
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user