Skip to content

Commit 0da6c8f

Browse files
luismgsilvaclaziss
authored andcommitted
Excluded GNU AS and GNU LD
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 <[email protected]>
1 parent b5f701a commit 0da6c8f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Makefile.in

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,6 @@ stamps/build-gcc-linux-stage1: $(GCC_SRCDIR) stamps/build-binutils-linux \
365365
@with_fpu@ \
366366
$(GCC_CHECKING_FLAGS) \
367367
$(MULTILIB_FLAGS) \
368-
--with-gnu-as \
369-
--with-gnu-ld \
370368
CFLAGS="$(CFLAGS)" \
371369
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET)" \
372370
CFLAGS_FOR_BUILD="$(CFLAGS_FOR_BUILD)" \
@@ -402,8 +400,6 @@ stamps/build-gcc-linux-stage2: $(GCC_SRCDIR) stamps/build-glibc-linux \
402400
@with_fpu@ \
403401
$(GCC_CHECKING_FLAGS) \
404402
$(MULTILIB_FLAGS) \
405-
--with-gnu-as \
406-
--with-gnu-ld \
407403
CFLAGS="$(CFLAGS) $(DEBUG_INFO)" \
408404
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET) $(DEBUG_INFO)" \
409405
CFLAGS_FOR_BUILD="$(CFLAGS_FOR_BUILD) $(DEBUG_INFO)" \
@@ -492,8 +488,6 @@ stamps/build-gcc-newlib-stage1: $(GCC_SRCDIR) stamps/build-binutils-newlib
492488
@werror_flag@ \
493489
$(WITH_CPU) \
494490
@with_fpu@ \
495-
--with-gnu-as \
496-
--with-gnu-ld \
497491
CFLAGS="$(CFLAGS)" \
498492
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET)" \
499493
CFLAGS_FOR_BUILD="$(CFLAGS_FOR_BUILD)" \
@@ -547,8 +541,6 @@ stamps/build-gcc-newlib-stage2: $(GCC_SRCDIR) stamps/build-newlib
547541
@werror_flag@ \
548542
$(WITH_CPU) \
549543
@with_fpu@ \
550-
--with-gnu-as \
551-
--with-gnu-ld \
552544
CFLAGS="$(CFLAGS) $(DEBUG_INFO)" \
553545
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET) $(DEBUG_INFO)" \
554546
CFLAGS_FOR_BUILD="$(CFLAGS_FOR_BUILD) $(DEBUG_INFO)" \

0 commit comments

Comments
 (0)