From cb03daf28a8458432372e3e54ed0ffde4ea5cef3 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 28 May 2013 11:05:38 +0200 Subject: [PATCH] Removed duplicate in compile script --- src/build/compile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index a8a85b96ba..cb014c9940 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -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