Skip to content

Commit a09974f

Browse files
committed
Remove some clang32 references
1 parent bfe3834 commit a09974f

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

web/docs/environments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ code was compiled with MSVC.
9696

9797
## Changelog
9898

99+
**2024-12-18:** Removed CLANG32 environment.
100+
99101
**2023-12-13:** Start of phase out for 32-bit environments, MINGW32 and CLANG32. See [NEWS](../news.md#2023-12-13-starting-to-drop-some-32-bit-packages) for more information.
100102

101103
**2022-12-30:** Added CLANGARM64 environment.

web/docs/package-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The MSYS2 software distribution uses a port of `pacman` (known from Arch Linux)
1111

1212
Packages in MSYS2 work like packages in popular Linux distributions. A package is an archive containing a piece of software. This normally means executable files, runtime libraries, data, shared and static link libraries, header files, config files, and manual pages. Packages also contain metadata, such as the software's name, description of its purpose, version number, vendor, checksum, and a list of dependencies necessary for the software to run properly. Upon installation, the files contained are extracted into your MSYS2 installation directory and the metadata are stored in a local database.
1313

14-
There are 6 package repositories, the "classical" ones **msys2**, **mingw32**, and **mingw64** and the newer **ucrt64**, **clang32**, and **clang64**.
14+
There are 5 package repositories, the "classical" ones **msys2**, **mingw32**, and **mingw64** and the newer **ucrt64**, and **clang64**.
1515
The packages in **msys2** are named just like on a Linux distribution, the packages in the others are prefixed by either `mingw-w64-i686-` for 32-bit packages, or `mingw-w64-x86_64-` for 64-bit packages with a secondary prefix `clang` or `ucrt` where applicable.
1616
For more details about those see ['Environments'](environments.md) and '[Package Naming'](package-naming.md).
1717

web/docs/repos-mirrors.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Include = /etc/pacman.d/mirrorlist.mingw
2222
[clang64]
2323
Include = /etc/pacman.d/mirrorlist.mingw
2424
25-
[clang32]
26-
Include = /etc/pacman.d/mirrorlist.mingw
27-
2825
[clangarm64]
2926
Include = /etc/pacman.d/mirrorlist.mingw
3027
```

web/docs/updating.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ $ pacman -Suy
1010
mingw32 is up to date
1111
mingw64 is up to date
1212
ucrt64 is up to date
13-
clang32 is up to date
1413
clang64 is up to date
1514
msys is up to date
1615
:: Starting core system upgrade...

0 commit comments

Comments
 (0)