File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,8 @@ if [ ! -z ${DJGPP_VERSION} ]; then
333
333
${MAKE_J} -C utils native || exit 1
334
334
${MAKE_J} -C dxe native || exit 1
335
335
${MAKE_J} -C debug || exit 1
336
- ${MAKE_J} -C libemu || exit 1
336
+ # Disabled for now. See issue #46.
337
+ # ${MAKE_J} -C libemu || exit 1
337
338
${MAKE_J} -C libm || exit 1
338
339
${MAKE_J} -C docs || exit 1
339
340
${MAKE_J} -C ../zoneinfo/src
Original file line number Diff line number Diff line change
1
+ djgpp-toolchain (14) UNRELEASED; urgency=medium
2
+
3
+ * Drop libemu, as it causes spurious build failures. See issue #46.
4
+
5
+ -- jwt27 <
[email protected] > Thu, 26 Sep 2024 20:47:06 +0200
6
+
1
7
djgpp-toolchain (13.1) unstable; urgency=medium
2
8
3
9
* binutils version 2.43.1.
Original file line number Diff line number Diff line change 1
1
usr/i*86-pc-msdosdjgpp/lib/libg.a
2
2
usr/i*86-pc-msdosdjgpp/lib/libm.a
3
- usr/i*86-pc-msdosdjgpp/lib/libemu.a
4
3
usr/i*86-pc-msdosdjgpp/lib/libpc.a
5
4
usr/i*86-pc-msdosdjgpp/lib/crt0.o
6
5
usr/i*86-pc-msdosdjgpp/lib/djgpp.djl
You can’t perform that action at this time.
0 commit comments