major changes to improve toolchain and crossbuild concept, still in devel!
[hdw-linux/hdw-linux.git] / scripts / optimization
index 016fb5e..59b595a 100755 (executable)
@@ -7,6 +7,7 @@
 
 # the tools
 export CC="${hdw_arch_prefix}gcc"
+export CPP="${hdw_arch_prefix}g++"
 export CXX="${hdw_arch_prefix}c++"
 export AS="${hdw_arch_prefix}as"
 export STRIP="${hdw_arch_prefix}strip"
@@ -18,10 +19,9 @@ export NM="${hdw_arch_prefix}nm"
 export KCC="${hdw_arch_prefix}kcc"
 
 # flags - edit this at own risk
-# export CPP
 export CFLAGS="${hdw_cflags}"
-# export CPPFLAGS
-# export CXXFLAGS
+export CPPFLAGS="${hdw_cflags}"
+export CXXFLAGS="${hdw_cflags}"
 # export ASFLAGS
 # export ARFLAGS
 # export LDFLAGS