Skip to content

Commit 49054d5

Browse files
authored
Merge pull request #88 from dscho/fix-update-via-pacman.ps1
Fix `update-via-pacman.ps1`
2 parents dba9744 + 0c2f2be commit 49054d5

File tree

423 files changed

+2832
-424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

423 files changed

+2832
-424
lines changed

clang32.ico

-29.7 KB
Binary file not shown.

clang32.ini

Lines changed: 0 additions & 5 deletions
This file was deleted.

clang64.exe

80.1 KB
Binary file not shown.

clangarm64.exe

80.1 KB
Binary file not shown.

etc/makepkg_mingw.conf

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,6 @@ elif [[ "$MSYSTEM" == "CLANG64" ]]; then
7272
CXXFLAGS="$CFLAGS"
7373
LDFLAGS=""
7474
RUSTFLAGS="-Cforce-frame-pointers=yes"
75-
elif [[ "$MSYSTEM" == "CLANG32" ]]; then
76-
CARCH="i686"
77-
CHOST="i686-w64-mingw32"
78-
MINGW_CHOST="i686-w64-mingw32"
79-
MINGW_PREFIX="/clang32"
80-
MINGW_PACKAGE_PREFIX="mingw-w64-clang-i686"
81-
CC="clang"
82-
CXX="clang++"
83-
CPPFLAGS=
84-
CFLAGS="-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wp,-D__USE_MINGW_ANSI_STDIO=1"
85-
CXXFLAGS="$CFLAGS"
86-
LDFLAGS="-Wl,--no-seh -Wl,--large-address-aware"
87-
RUSTFLAGS="-Cforce-frame-pointers=yes"
8875
elif [[ "$MSYSTEM" == "CLANGARM64" ]]; then
8976
CARCH="aarch64"
9077
CHOST="aarch64-w64-mingw32"

etc/msystem

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ case "${MSYSTEM}" in
3939
MINGW_PACKAGE_PREFIX="mingw-w64-${MSYSTEM_CARCH}"
4040
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
4141
;;
42-
CLANG32)
43-
MSYSTEM_PREFIX='/clang32'
44-
MSYSTEM_CARCH='i686'
45-
MSYSTEM_CHOST='i686-w64-mingw32'
46-
MINGW_CHOST="${MSYSTEM_CHOST}"
47-
MINGW_PREFIX="${MSYSTEM_PREFIX}"
48-
MINGW_PACKAGE_PREFIX="mingw-w64-clang-${MSYSTEM_CARCH}"
49-
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
50-
;;
5142
CLANG64)
5243
MSYSTEM_PREFIX='/clang64'
5344
MSYSTEM_CARCH='x86_64'

etc/pacman.conf

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ HoldPkg = pacman
2121
Architecture = auto
2222

2323
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
24-
# IgnorePkg =
24+
#IgnorePkg =
2525
#IgnoreGroup =
2626

2727
#NoUpgrade =
@@ -70,9 +70,6 @@ LocalFileSigLevel = Optional
7070
# Server = https://repo.msys2.org/staging/
7171
# SigLevel = Never
7272

73-
[git-for-windows-aarch64]
74-
Server = https://wingit.blob.core.windows.net/aarch64
75-
7673
[clangarm64]
7774
Include = /etc/pacman.d/mirrorlist.mingw
7875

@@ -91,9 +88,6 @@ Include = /etc/pacman.d/mirrorlist.mingw
9188
[ucrt64]
9289
Include = /etc/pacman.d/mirrorlist.mingw
9390

94-
[clang32]
95-
Include = /etc/pacman.d/mirrorlist.mingw
96-
9791
[clang64]
9892
Include = /etc/pacman.d/mirrorlist.mingw
9993

etc/pacman.d/mirrorlist.clang32

Lines changed: 0 additions & 36 deletions
This file was deleted.

mingw32.exe

0 Bytes
Binary file not shown.

mingw32/bin/gendef.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)