From e089253cc62faadd714a69bc61bf7b39a9e81057 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 2 Jun 2016 11:07:29 +0000 Subject: gcc: Remove 'with-cpu', not compatible with 'with-arch' The following error was happening after upgrading to GCC 5.3.0 in armv7lhf builds: Switch "--with-arch" may not be used with switch "--with-cpu" Change-Id: Ib3934098518dc496d3c9d29a9c7f97a7cfeab9c7 --- strata/build-essential/stage1-gcc.morph | 1 - 1 file changed, 1 deletion(-) (limited to 'strata/build-essential/stage1-gcc.morph') diff --git a/strata/build-essential/stage1-gcc.morph b/strata/build-essential/stage1-gcc.morph index 6418ed6a..c439a912 100644 --- a/strata/build-essential/stage1-gcc.morph +++ b/strata/build-essential/stage1-gcc.morph @@ -28,7 +28,6 @@ configure-commands: - | case "$MORPH_ARCH" in armv7lhf) ARCH_FLAGS="--with-arch=armv7-a \ - --with-cpu=cortex-a9 \ --with-tune=cortex-a9 \ --with-fpu=vfpv3-d16 \ --with-float=hard" ;; -- cgit v1.2.1