Skip to content

Commit

Permalink
Excluded GNU AS and GNU LD
Browse files Browse the repository at this point in the history
Excluded the need for GNU AS and GNU LD configuration in
the Toolchain settings, as these configurations have now
been transfered to the GCC driver.

Issue: foss-for-synopsys-dwc-arc-processors/toolchain#421

Signed-off-by: Luis Silva <luis.m.silva99@hotmail.com>
  • Loading branch information
luismgsilva authored and claziss committed Sep 18, 2023
1 parent b5f701a commit 0da6c8f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,6 @@ stamps/build-gcc-linux-stage1: $(GCC_SRCDIR) stamps/build-binutils-linux \
@with_fpu@ \
$(GCC_CHECKING_FLAGS) \
$(MULTILIB_FLAGS) \
--with-gnu-as \
--with-gnu-ld \
CFLAGS="$(CFLAGS)" \
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET)" \
CFLAGS_FOR_BUILD="$(CFLAGS_FOR_BUILD)" \
Expand Down Expand Up @@ -402,8 +400,6 @@ stamps/build-gcc-linux-stage2: $(GCC_SRCDIR) stamps/build-glibc-linux \
@with_fpu@ \
$(GCC_CHECKING_FLAGS) \
$(MULTILIB_FLAGS) \
--with-gnu-as \
--with-gnu-ld \
CFLAGS="$(CFLAGS) $(DEBUG_INFO)" \
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET) $(DEBUG_INFO)" \
CFLAGS_FOR_BUILD="$(CFLAGS_FOR_BUILD) $(DEBUG_INFO)" \
Expand Down Expand Up @@ -492,8 +488,6 @@ stamps/build-gcc-newlib-stage1: $(GCC_SRCDIR) stamps/build-binutils-newlib
@werror_flag@ \
$(WITH_CPU) \
@with_fpu@ \
--with-gnu-as \
--with-gnu-ld \
CFLAGS="$(CFLAGS)" \
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET)" \
CFLAGS_FOR_BUILD="$(CFLAGS_FOR_BUILD)" \
Expand Down Expand Up @@ -547,8 +541,6 @@ stamps/build-gcc-newlib-stage2: $(GCC_SRCDIR) stamps/build-newlib
@werror_flag@ \
$(WITH_CPU) \
@with_fpu@ \
--with-gnu-as \
--with-gnu-ld \
CFLAGS="$(CFLAGS) $(DEBUG_INFO)" \
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET) $(DEBUG_INFO)" \
CFLAGS_FOR_BUILD="$(CFLAGS_FOR_BUILD) $(DEBUG_INFO)" \
Expand Down

0 comments on commit 0da6c8f

Please sign in to comment.