toolchain mods, glibc and gcc still need some checking
[hdw-linux/hdw-linux.git] / scripts / optimization
index 10224e0..a324f69 100755 (executable)
@@ -1,22 +1,22 @@
 # hdw - linux ./scripts/optimization 
 #
-# author: hackbard@hackdaworld.dyndns.org
+# author: hackbard@hackdaworld.org
 #
 # this script defines optmization flags
 
 
 # the tools
 export CC="${hdw_arch_prefix}gcc"
-#export CPP="${hdw_arch_prefix}cpp"
 export CXX="${hdw_arch_prefix}c++"
+#export CPP="${hdw_arch_prefix}cpp"
 #export AS="${hdw_arch_prefix}as"
 #export STRIP="${hdw_arch_prefix}strip"
 #export LD="${hdw_arch_prefix}ld"
-export GASP="${hdw_arch_prefix}gasp"
+#export GASP="${hdw_arch_prefix}gasp"
 #export AR="${hdw_arch_prefix}ar"
 #export RANLIB="${hdw_arch_prefix}ranlib"
 #export NM="${hdw_arch_prefix}nm"
-export KCC="${hdw_arch_prefix}kcc"
+#export KCC="${hdw_arch_prefix}kcc"
 
 # flags - edit this at own risk
 export CFLAGS="${hdw_cflags}"