summaryrefslogtreecommitdiffstats
path: root/package/gcc/gcc-initial/gcc-initial.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-11 15:25:38 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-20 21:19:24 +0200
commit50332a530b1b87095f6f3bffb3db2c1b4187fe49 (patch)
treee7798b26d667b1aaf492b87108db0675061dd8bb /package/gcc/gcc-initial/gcc-initial.mk
parentc464f960047c549141c2f0c2178b9bea4b142133 (diff)
downloadbuildroot-50332a530b1b87095f6f3bffb3db2c1b4187fe49.tar.gz
buildroot-50332a530b1b87095f6f3bffb3db2c1b4187fe49.zip
gcc: rename option for ARC gcc
The ARC gcc version is now based on gcc 6.x and no longer gcc 4.8.x, which makes the option BR2_GCC_VERSION_4_8_ARC a bit irrelevant, as is the prompt of this option. This commit therefore renames this option to BR2_GCC_VERSION_ARC, and adjust its prompt as well. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc/gcc-initial/gcc-initial.mk')
-rw-r--r--package/gcc/gcc-initial/gcc-initial.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gcc/gcc-initial/gcc-initial.mk b/package/gcc/gcc-initial/gcc-initial.mk
index 1e58d8b5f7..aa88a6808f 100644
--- a/package/gcc/gcc-initial/gcc-initial.mk
+++ b/package/gcc/gcc-initial/gcc-initial.mk
@@ -29,7 +29,7 @@ HOST_GCC_INITIAL_PRE_CONFIGURE_HOOKS += HOST_GCC_CONFIGURE_SYMLINK
# available (--with-newlib is passed, and therefore inhibit_libc is
# defined), it tries to use the C library for the libgmon
# library. Since it's not needed in gcc-initial, we disabled it here.
-ifeq ($(BR2_GCC_VERSION_4_8_ARC),y)
+ifeq ($(BR2_GCC_VERSION_ARC),y)
define HOST_GCC_INITIAL_DISABLE_LIBGMON
$(SED) 's/crtbeginS.o libgmon.a crtg.o/crtbeginS.o crtg.o/' \
$(@D)/libgcc/config.host
OpenPOWER on IntegriCloud