300 lines
10 KiB
Text
300 lines
10 KiB
Text
Index: Makefile.in
|
|
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -435,7 +435,7 @@ TFLAGS =
|
|
|
|
# Defaults for all stages; some are overridden below.
|
|
|
|
-STAGE_CFLAGS = $(BOOT_CFLAGS)
|
|
+STAGE_CFLAGS = $(CFLAGS)
|
|
STAGE_TFLAGS = $(TFLAGS)
|
|
STAGE_CONFIGURE_FLAGS=@stage2_werror_flag@
|
|
|
|
@@ -2636,7 +2636,7 @@ install:
|
|
@: $(MAKE); $(unstage)
|
|
@r=`${PWD_COMMAND}`; export r; \
|
|
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
|
|
- $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs install-host install-target
|
|
+ $(MAKE) $(RECURSE_FLAGS_TO_PASS) -j1 installdirs install-host install-target
|
|
|
|
.PHONY: install-host-nogcc
|
|
install-host-nogcc: \
|
|
@@ -2952,7 +2952,7 @@ configure-build-libiberty:
|
|
esac; \
|
|
module_srcdir=libiberty; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
|
|
@@ -3009,7 +3009,7 @@ configure-build-bison:
|
|
esac; \
|
|
module_srcdir=bison; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
|
|
@@ -3066,7 +3066,7 @@ configure-build-flex:
|
|
esac; \
|
|
module_srcdir=flex; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
|
|
@@ -3123,7 +3123,7 @@ configure-build-m4:
|
|
esac; \
|
|
module_srcdir=m4; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
|
|
@@ -3180,7 +3180,7 @@ configure-build-texinfo:
|
|
esac; \
|
|
module_srcdir=texinfo; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
|
|
@@ -3237,7 +3237,7 @@ configure-build-fixincludes:
|
|
esac; \
|
|
module_srcdir=fixincludes; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
|
|
@@ -3294,7 +3294,7 @@ configure-build-libcpp:
|
|
esac; \
|
|
module_srcdir=libcpp; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
|
|
@@ -42156,7 +42156,7 @@ configure-target-libstdc++-v3:
|
|
esac; \
|
|
module_srcdir=libstdc++-v3; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -43399,7 +43399,7 @@ configure-target-libsanitizer:
|
|
esac; \
|
|
module_srcdir=libsanitizer; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -44642,7 +44642,7 @@ configure-target-libvtv:
|
|
esac; \
|
|
module_srcdir=libvtv; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -45886,7 +45886,7 @@ configure-target-liboffloadmic:
|
|
esac; \
|
|
module_srcdir=liboffloadmic; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -46344,7 +46344,7 @@ configure-target-libssp:
|
|
esac; \
|
|
module_srcdir=libssp; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -46802,7 +46802,7 @@ configure-target-newlib:
|
|
esac; \
|
|
module_srcdir=newlib; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -47259,7 +47259,7 @@ configure-target-libgcc:
|
|
esac; \
|
|
module_srcdir=libgcc; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -48498,7 +48498,7 @@ configure-target-libbacktrace:
|
|
esac; \
|
|
module_srcdir=libbacktrace; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -48956,7 +48956,7 @@ configure-target-libquadmath:
|
|
esac; \
|
|
module_srcdir=libquadmath; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -49414,7 +49414,7 @@ configure-target-libgfortran:
|
|
esac; \
|
|
module_srcdir=libgfortran; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -49872,7 +49872,7 @@ configure-target-libobjc:
|
|
esac; \
|
|
module_srcdir=libobjc; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -50330,7 +50330,7 @@ configure-target-libgo:
|
|
esac; \
|
|
module_srcdir=libgo; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -50788,7 +50788,7 @@ configure-target-libhsail-rt:
|
|
esac; \
|
|
module_srcdir=libhsail-rt; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -51246,7 +51246,7 @@ configure-target-libphobos:
|
|
esac; \
|
|
module_srcdir=libphobos; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -51704,7 +51704,7 @@ configure-target-libtermcap:
|
|
esac; \
|
|
module_srcdir=libtermcap; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -52097,7 +52097,7 @@ configure-target-winsup:
|
|
esac; \
|
|
module_srcdir=winsup; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -52555,7 +52555,7 @@ configure-target-libgloss:
|
|
esac; \
|
|
module_srcdir=libgloss; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -53008,7 +53008,7 @@ configure-target-libffi:
|
|
esac; \
|
|
module_srcdir=libffi; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -53456,7 +53456,7 @@ configure-target-zlib:
|
|
esac; \
|
|
module_srcdir=zlib; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -53914,7 +53914,7 @@ configure-target-rda:
|
|
esac; \
|
|
module_srcdir=rda; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -54372,7 +54372,7 @@ configure-target-libada:
|
|
esac; \
|
|
module_srcdir=libada; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -54829,7 +54829,7 @@ configure-target-libgomp:
|
|
esac; \
|
|
module_srcdir=libgomp; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -56073,7 +56073,7 @@ configure-target-libitm:
|
|
esac; \
|
|
module_srcdir=libitm; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
@@ -56531,7 +56531,7 @@ configure-target-libatomic:
|
|
esac; \
|
|
module_srcdir=libatomic; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|