wok rev 10421

gcc+gcj: Replaced $BUILD_HOST with $HOST_SYSTEM.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 13:44:21 2011 +0000 (2011-05-24)
parents f7fe51b9dfae
children 4b65e4765281
files gcc+gcj/receipt
line diff
     1.1 --- a/gcc+gcj/receipt	Tue May 24 13:41:23 2011 +0000
     1.2 +++ b/gcc+gcj/receipt	Tue May 24 13:44:21 2011 +0000
     1.3 @@ -25,11 +25,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	# Set BUILD_HOST if not defined in tazwok.conf as it should be
     1.8 -	if [ -z "$BUILD_HOST" ] ; then
     1.9 -		BUILD_HOST="i486-pc-linux-gnu"
    1.10 +	# Set HOST_SYSTEM if not defined in tazwok.conf as it should be
    1.11 +	if [ -z "$HOST_SYSTEM" ] ; then
    1.12 +		HOST_SYSTEM="i486-slitaz-linux"
    1.13  	fi
    1.14 -	GCC_TARGET=$BUILD_HOST
    1.15 +	GCC_TARGET=$HOST_SYSTEM
    1.16  
    1.17  	# Get ecj.jar needed to build gcj. We have to dl it each time from the
    1.18  	# sources repository to ensure that we receive the latest JAR.