1
0
mirror of https://github.com/skeeto/w64devkit.git synced 2025-07-30 04:03:05 +03:00
Commit Graph

230 Commits

Author SHA1 Message Date
b96898fd1e Upgrade to busybox-w32 FRP-4487-gd239d2d52
* Job control enabled in the shell
* ANSI escapes fixed in Cygwin and MSYS2 terminals
* Improved /dev/null handling
* Upstream improvements

https://frippery.org/busybox/release-notes/FRP-4487.html
2021-10-18 12:21:44 -04:00
06038d5a71 Break up ARG instructions (Podman fix)
Podman does not yet support multiple ARG operands in a single
instruction (#14).
2021-10-14 09:38:41 -04:00
9190a3d62d More robustly clean up in multibuild.sh 2021-10-10 20:32:07 -04:00
0a2e6106f0 Add multibuild.sh for building releases
This is an tidied up, expanded version of a script I've already been
using for awhile.
2021-09-27 14:31:13 -04:00
3776027db2 Bump to 1.10.0 v1.10.0 2021-09-26 20:45:05 -04:00
b9ec5e25a3 Upgrade to GMP 6.2.1 2021-09-26 20:22:33 -04:00
f08f24108f README.md: Two more documentation links 2021-09-26 17:30:07 -04:00
3b38e752f1 Add README links to various offline documentation 2021-09-26 16:41:49 -04:00
fcdf19d897 Remove unneeded build dependencies: texinfo, file
This has no effect on the output but will make builds slighly more
efficient. I don't know why "file" was in there originally.
2021-09-25 20:59:44 -04:00
45b1fc5552 Set environment variables W64DEVKIT, W64DEVKIT_HOME 2021-09-25 16:06:50 -04:00
87a6cb6daf Exclude extraneous binutils libraries and headers
As far as I can tell, these static libraries and headers serve no
purpose, at least once GCC is built.
2021-09-25 15:51:09 -04:00
adf9aa7449 Remove activate.bat (replaced by w64devkit.exe) 2021-09-25 14:27:32 -04:00
0b8cc138c6 Add ARCH prefix for gfortran to the fortran patch 2021-09-25 11:47:19 -04:00
1c23f6e634 Update variant patches 2021-09-23 20:59:04 -04:00
cb52a371bb Add arch-prefixed tool aliases 2021-09-23 20:34:33 -04:00
3e41ae589e Merge consecutive RUN instructions, reduce layers
In theory this should make things a little more efficient, plus it
provides more overhead against the maximum layers limit.
2021-09-23 20:04:35 -04:00
8bdf929bcf Move ARCH argument after downloads
This removes the dependency between downloading and setting the target,
allowing differing builds to share more layers.
2021-09-23 19:23:29 -04:00
d33e08caac binutils: Remove --enable-static, --disable-shared
These options are autoconf-generated and unused by Binutils. Not only do
they not do anything useful, but worse, they cause incorrect Binutils
builds. Plugins, which are supposed to be dynamically-loaded, instead
become useless, static archives.

Fixes #13.
2021-09-23 14:23:03 -04:00
3f7533b62f Target pentium4 architecture for the "i686" build
Sets the baseline to circa 2000, and specifically takes advantage of
SSE2. GFortran in particular generates far better code when at least
SSE2 is available, rather than relying entirely on x87.
2021-09-22 21:58:10 -04:00
d1545f15cf Delete ctags manifest resource (better compatability)
When this manifest present, ctags.exe is no longer a valid executable on
Windows XP. Since this manifest doesn't do anything useful anyway, just
remove it.
2021-09-21 18:31:06 -04:00
a884e1fdc0 Add some variant patches 2021-09-17 19:03:40 -04:00
8630d1a3a1 Add ARCH variable which can changed more easily 2021-09-17 18:24:33 -04:00
8e31eae475 Fix Mingw-w64 i686 Windows XP regression
https://sourceforge.net/p/mingw-w64/bugs/821/
2021-09-17 17:46:33 -04:00
3de8e6e61c Remove some spurrious WORKDIR instructions 2021-09-17 16:22:32 -04:00
6b45d148a6 Tweak the README with updated information
The "releases" section needs emphasis since GitHub doesn't give it good
visiblitiy, and lots of people seem to miss it. Also, in the time since
w64devkit came about, Mingw-w64 itself and other distributions have
improved, picking up features once unique to w64devkit. The previous
claims are less strong now.
2021-09-15 22:53:43 -04:00
f611616f61 Use --with-pic and restore Fortran README note
Fixes #12.
2021-09-15 21:35:36 -04:00
42acf1422a Remove lto-dump.exe from the distribution
This 20MB executable is not worth its weight.
2021-09-07 09:36:07 -04:00
8373e89bc3 Bump to 1.9.0 v1.9.0 2021-09-06 19:49:19 -04:00
f78b788895 Reintroduce curl to download source tarballs
By downloading tarballs within the container, Docker will cache the
results and avoid redownloading them later.
2021-08-31 14:01:26 -04:00
7b415e6ee2 Update to the newly-released Debian Bullseye 2021-08-31 13:22:50 -04:00
47a35d126c Remove curl, download source tarballs with Docker
There is no benefit to downloading the tarballs within the container
using curl, especially since it doesn't have access to host certificates
and such.
2021-08-31 13:22:48 -04:00
3e3a9790fe Merge all ARG instruction into one instruction
This reduces the total number of layers which should help make it a
little more efficient, as well as keep things below the depth limit.
2021-08-31 13:22:43 -04:00
d49ce3a328 Upgrade to busybox-w32 FRP-4264-gc79f13025
* New programs: bc, crc32, free, nproc, sync, uptime
* Add Bash-style process substitution (i.e. <(...)) to the shell
* Improve shell stability
* ANSI escape support for printf

The 002 patch must be removed on the next update since it will already
be included.
2021-08-01 14:28:13 -04:00
696d1fc08e Disable all Git line-ending conversions
This misfeature corrupts checkouts on Windows. Closes #9 and #10.
2021-07-30 17:25:59 -04:00
f533388d2c Update to GCC 11.2.0 2021-07-28 07:48:18 -04:00
8260e65129 Upgrade to Binutils 2.37
This upgrade includes a patch that fixes a bug introduced at the last
minute on the upstream 2.37 branch. I submitted this patch upstream so
hopefully it will be fixed in a future release. If so, the patch should
be removed from w64devkit.
2021-07-18 17:07:37 -04:00
c78efd8a49 Bump to 1.8.0 v1.8.0 2021-06-30 12:05:01 -04:00
f52187c806 Always run gvim in the "background"
This behavior is closer to Vim's behavior on other platforms.
2021-06-05 07:54:31 -04:00
b5504f79c4 Include Mingw-w64's gendef as a new tool
I also considered genlib, but it's redundant with dlltool and of
insufficient quality.
2021-06-03 16:16:53 -04:00
705818aea9 Upgrade to GDB 10.2 2021-05-22 13:35:14 -04:00
0aad55eea2 Also set *_FOR_TARGET when building GCC
Due to GCC's upside-down configuration, the desired build options were
not being actually being applied to the cross-compiler itself. This fix
shaves another 7MB off the distribution zip.
2021-05-21 18:33:47 -04:00
b72e7a9f3d busybox: Disable tab-completion on empty input
Discovering all commands in PATH is painfully expensive (typically
several seconds) on Windows where file access is slow, so don't do it.
Worse, due to an alt-tab handling bug in the Windows console it's very
easy to activate this completion by accident.

This patch makes the BusyBox shell much more ergonomic for alt-tab heavy
workflows on Windows.
2021-05-11 22:33:29 -04:00
17c105d77e Bump to 1.7.0 v1.7.0 2021-05-09 11:17:25 -04:00
985bab3a68 Upgrade to Mingw-w64 v8.0.2
Closes #2.
2021-05-09 11:17:22 -04:00
2c0d69b22b Remove Fortran information from the README
Even GCC 11 GFortran remains incompatible with Binutils 2.36.1. Since
this is unlike to be fixed anytime soon, just drop Fortran support.
2021-04-27 16:40:33 -04:00
d232c0867d Update to GCC 11.1.0 2021-04-27 12:44:33 -04:00
098df95b1d Update to GCC 10.3.0 2021-04-08 09:18:02 -04:00
27cbe84019 Downgrade to busybox-w32 FRP-3812-g12e14ebba
There's a regression in FRP-3902-g61e53aa93 that causes line editing to
get into a bad state and accumlate garbage characters. This release is
not in a usable condition, so revert to the previous release.
2021-03-07 12:27:42 -05:00
f9194ec246 Upgrade to busybox-w32 FRP-3902-g61e53aa93
This introduces four new programs: bc, free, nproc, uptime. It also
significantly improves ANSI escape support for printf.

The SHELL=dash is a workaround for a bug in GNU Make. A patch has been
submitted upstream, so hopefully this can be removed later. The patch:
https://lists.sr.ht/~skeeto/public-inbox/patches/20756
2021-03-03 14:34:29 -05:00
626212f1b5 Introduce a new standalone launcher
This launcher doesn't depend on cmd.exe, which eliminates another
annoyance. Credit for the icon goes to Kelsey Wellons.
2021-02-28 20:04:39 -05:00