Removed duplicate in compile script

This commit is contained in:
Shoghi Cervantes 2013-05-28 11:05:38 +02:00
parent 3d28f519c7
commit cb03daf28a

View File

@ -26,7 +26,6 @@ type wget >> "$DIR/install.log" 2>&1 || { echo >&2 "[ERROR] Please install \"wge
[ -z "$march" ] && march="native";
[ -z "$mcpu" ] && mcpu="native";
[ -z "$mtune" ] && mtune="native";
[ -z "$mcpu" ] && mcpu="native";
[ -z "$CFLAGS" ] && CFLAGS="";
gcc -O3 -march=$march -mcpu=$mcpu -mtune=$mtune -fno-gcse $CFLAGS -Q --help=target >> "$DIR/install.log" 2>&1