mirror of the now-defunct rocklinux.org
 
 
 
 
 
 

8 lines
190 B

if [ "$ROCKCFG_HPPA_BITS" == "32" ] ; then
var_append GCC_WRAPPER_INSERT " " "-march=1.1"
fi
if [ "$ROCKCFG_HPPA_BITS" == "64" ] ; then
var_append GCC_WRAPPER_INSERT " " "-march=2.0"
fi