1 # Script fragment to build MPW GAS.
10 Else If "{1}" =~ /--topdir/
13 Else If "{1}" =~ /--prefix/
21 If "{BuildTarget}" =~ /none/
24 Echo Only one build target allowed, ignoring "{1}"
30 Set libsubdir "{libdir}"gcc-lib:"{target_canonical}":"{version}":
32 If "{BuildTarget}" =~ /all/
33 Echo "Set Echo 1" >all.makeout
37 Else If "{BuildTarget}" =~ /install/
38 If "`Exists "{prefix}"`" == ""
39 Echo "{prefix}" does not exist, cannot install anything
42 If "`Exists "{bindir}"`" == ""
45 Duplicate -y :ld.new "{bindir}"ld
47 Echo {BuildTarget} not a valid build target