Skip to content

Commit 6466cdc

Browse files
authored
Merge pull request #516 from fosslinux/high-core-reproducibility
fix some high core count reproducibility issues
2 parents 5a3dc0f + 6e6c015 commit 6466cdc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

steps/binutils-2.30/pass1.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ src_prepare() {
8484
CC=tcc LD=true ./configure
8585
make headers
8686
mv configure.ac.bak configure.ac
87-
make distclean
87+
make clean
8888
cd ..
8989

9090
# Regenerate files
@@ -100,7 +100,7 @@ src_prepare() {
100100
cd libiberty
101101
CC=tcc ./configure --enable-maintainer-mode
102102
make maint-deps
103-
make distclean
103+
make clean
104104
cd ..
105105

106106
# Regenerate MeP sections

steps/gcc-4.0.4/pass1.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ src_compile() {
9999
ln -s . build/build-i386-unknown-linux-musl
100100
mkdir build/gcc/include
101101
ln -s ../../../gcc/gsyslimits.h build/gcc/include/syslimits.h
102+
make -j1 -C build/gcc gengtype-yacc.c
102103
for dir in libiberty libcpp gcc; do
103104
make "${MAKEJOBS}" -C build/$dir LIBGCC2_INCLUDES=-I"${PREFIX}/include" STMP_FIXINC=
104105
done

0 commit comments

Comments
 (0)