# hdw - linux ./scripts/optimization # # author: hackbard@hackdaworld.dyndns.org # # this script defines optmization flags # the tools export CC="${hdw_arch_prefix}gcc" export CXX="${hdw_arch_prefix}c++" 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 AR="${hdw_arch_prefix}ar" export RANLIB="${hdw_arch_prefix}ranlib" 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 ASFLAGS # export ARFLAGS # export LDFLAGS # export LD_LIBRARY_PATH # export LD_PRELOAD