File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -365,8 +365,6 @@ stamps/build-gcc-linux-stage1: $(GCC_SRCDIR) stamps/build-binutils-linux \
365
365
@with_fpu@ \
366
366
$(GCC_CHECKING_FLAGS) \
367
367
$(MULTILIB_FLAGS) \
368
- --with-gnu-as \
369
- --with-gnu-ld \
370
368
CFLAGS="$(CFLAGS)" \
371
369
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET)" \
372
370
CFLAGS_FOR_BUILD="$(CFLAGS_FOR_BUILD)" \
@@ -402,8 +400,6 @@ stamps/build-gcc-linux-stage2: $(GCC_SRCDIR) stamps/build-glibc-linux \
402
400
@with_fpu@ \
403
401
$(GCC_CHECKING_FLAGS) \
404
402
$(MULTILIB_FLAGS) \
405
- --with-gnu-as \
406
- --with-gnu-ld \
407
403
CFLAGS="$(CFLAGS) $(DEBUG_INFO)" \
408
404
CFLAGS_FOR_TARGET="-O2 $(CFLAGS_FOR_TARGET) $(DEBUG_INFO)" \
409
405
CFLAGS_FOR_BUILD="$(CFLAGS_FOR_BUILD) $(DEBUG_INFO)" \
@@ -492,8 +488,6 @@ stamps/build-gcc-newlib-stage1: $(GCC_SRCDIR) stamps/build-binutils-newlib
492
488
@werror_flag@ \
493
489
$(WITH_CPU ) \
494
490
@with_fpu@ \
495
- --with-gnu-as \
496
- --with-gnu-ld \
497
491
CFLAGS=" $( CFLAGS) " \
498
492
CFLAGS_FOR_TARGET=" -O2 $( CFLAGS_FOR_TARGET) " \
499
493
CFLAGS_FOR_BUILD=" $( CFLAGS_FOR_BUILD) " \
@@ -547,8 +541,6 @@ stamps/build-gcc-newlib-stage2: $(GCC_SRCDIR) stamps/build-newlib
547
541
@werror_flag@ \
548
542
$(WITH_CPU ) \
549
543
@with_fpu@ \
550
- --with-gnu-as \
551
- --with-gnu-ld \
552
544
CFLAGS=" $( CFLAGS) $( DEBUG_INFO) " \
553
545
CFLAGS_FOR_TARGET=" -O2 $( CFLAGS_FOR_TARGET) $( DEBUG_INFO) " \
554
546
CFLAGS_FOR_BUILD=" $( CFLAGS_FOR_BUILD) $( DEBUG_INFO) " \
You can’t perform that action at this time.
0 commit comments