Changeset - r3307:dfa82eb5422a
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2006-03-23 16:23:12
truelight@openttd.org
(svn r4066) -Fix: oops, forgot to remove a debug line
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -80,13 +80,12 @@ do
 
			handle "CC_TARGET" "$n"
 
			;;
 
		--target-cc)
 
			ITEM="CC_TARGET"
 
			;;
 
		--target-cxx=*)
 
			echo "$n"
 
			TARGET_CXX=`awk 'BEGIN { FS="="; $0="'"$n"'"; print $2;}'`
 
			;;
 
		--target-cxx)
 
			SITEM="TARGET_CXX"
 
			;;
 
		--host-cc=*)
0 comments (0 inline, 0 general)