Commit 1000d8e 1 parent fa0c76e commit 1000d8e Copy full SHA for 1000d8e
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG EXPAT_VERSION=2.5.0
9
9
ARG GCC_VERSION=12.2.0
10
10
ARG GDB_VERSION=11.1
11
11
ARG GMP_VERSION=6.2.1
12
- ARG MAKE_VERSION=4.2
12
+ ARG MAKE_VERSION=4.4
13
13
ARG MINGW_VERSION=10.0.0
14
14
ARG MPC_VERSION=1.2.1
15
15
ARG MPFR_VERSION=4.1.0
@@ -331,7 +331,7 @@ WORKDIR /make
331
331
RUN /make-$MAKE_VERSION/configure \
332
332
--host=$ARCH \
333
333
--disable-nls \
334
- CFLAGS="-I/make-$MAKE_VERSION/glob - Os" \
334
+ CFLAGS="-Os" \
335
335
LDFLAGS="-s" \
336
336
&& make -j$(nproc) \
337
337
&& cp make.exe $PREFIX/bin/ \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe expat-2.5.0.ta
5
5
e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff gcc-12.2.0.tar.xz
6
6
cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94 gdb-11.1.tar.xz
7
7
fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2 gmp-6.2.1.tar.xz
8
- e968ce3c57ad39a593a92339e23eb148af6296b9f40aa453a9a9202c99d34436 make-4.2 .tar.gz
8
+ 581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18 make-4.4 .tar.gz
9
9
ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894 mingw-w64-v10.0.0.tar.bz2
10
10
17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459 mpc-1.2.1.tar.gz
11
11
0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f mpfr-4.1.0.tar.xz
You can’t perform that action at this time.
0 commit comments