Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
3aa3d7f4d1
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      architecture/sparc/gcc-options

+ 4
- 0
architecture/sparc/gcc-options

@ -8,5 +8,9 @@ if [ "$ROCKCFG_SPARC_OPT" != "generic" ] ; then
v9) tune=ultrasparc ;;
esac
[ "$tune" ] && var_append GCC_WRAPPER_INSERT " " "-mtune=$tune"
if [ $ROCKCFG_SPARC_BITS == 64 ] ; then
var_append GCC_WRAPPER_INSERT " " "-Wa,-Av9a -mno-app-regs"
fi
fi

Loading…
Cancel
Save