27 Commits

Author SHA1 Message Date
Christoph Reiter
ee2f292c06 Rename libwinpthread-git -> libwinpthread
See #24423
2025-05-31 15:26:09 +02:00
Christoph Reiter
62308009e7 Replace gcc-libs with cc-libs everywhere
Except the provides in libc++ for backwards compat.
No rebuilds now, as that's not worth the resources.
2025-05-31 13:56:27 +02:00
مهدي شينون (Mehdi Chinoune)
b77b2860db avr-gcc: update to 15.1.0 2025-04-28 12:17:47 +01:00
مهدي شينون (Mehdi Chinoune)
c9e5b84b9b NFC: Always quote ${srcdir} and ${pkgdir}
Just in case someone has space in his path to MINGW-packages repo.
2025-01-14 09:27:50 +01:00
Christoph Reiter
b034551574 avr-gcc: Update to 14.2.0 2024-08-20 07:18:21 +02:00
مهدي شينون (Mehdi Chinoune)
60c73d73c7 avr-gcc: reenable clang64 2024-05-21 19:01:12 +01:00
مهدي شينون (Mehdi Chinoune)
a9f3c37b9f avr-gcc: update to 14.1.0 2024-05-09 04:45:13 +01:00
Christoph Reiter
619a8198e5 Add some CPEs 2024-03-26 11:53:19 +01:00
مهدي شينون (Mehdi Chinoune)
07050fff3e drop 32-bit from some relatively large packages
Package size > 10 MiB
2024-01-07 07:54:36 +01:00
Christoph Reiter
a9913a869a restore the remaining 32bit packages
I went throught the list and dropped various packages from the repo
where I was confident that there are unlikely to be users.
This is what remained, so restore for now, and drop in the future
if problems arise.
2023-12-13 10:55:30 +01:00
مهدي شينون (Mehdi Chinoune)
c87298f444 Drop 32bit on some Large packages (>40Mb Download size)
and their reverse dependencies
2023-12-10 17:03:08 +01:00
Christoph Reiter
d8b8512154 Disable clangarm64 for some packages which fail to build
mingw-w64-onevpl-cpu
    ld.lld: error: x264res.o: machine type x64 conflicts with arm64

mingw-w64-mono
    configure: error: unknown target

mingw-w64-mhook
    mhook.cpp:239:2: error: unsupported platform

mingw-w64-libunifex
    clang++: error: the '-fcoroutines-ts' flag is deprecated and it will be removed in Clang 17

mingw-w64-libtermkey
    termkey.c:1147:9: error: call to undeclared function 'read'

mingw-w64-lasem
    scangobj.py:execute_command:1293:WARNING:Compiling scanner failed: [WinError 2] The system cannot find the file specified

mingw-w64-indent
    output.c:843:8: error: variable 'paren_level' set but not used [-Werror,-Wunused-but-set-variable]

mingw-w64-gtksourceviewmm3
    ld.lld: error: undefined symbol: __declspec(dllimport) xmlReaderForFd

mingw-w64-gtk-engine-murrine
    murrine_theme_main.c:31:2: error: call to undeclared function 'murrine_rc_style_register_types'

mingw-w64-fastjar
    Invalid configuration `aarch64-w64-mingw32': machine `aarch64-w64' not recognized

mingw-w64-farstream
    fs-stream-transmitter.c:164:23: error: call to undeclared function 'fs_error_get_type'

mingw-w64-emacs
    configure: error: Emacs does not support 'aarch64-w64-mingw32' systems.

mingw-w64-delta
    error[E0793]: reference to packed field is unaligned

mingw-w64-cogl
    test-fixtures/test-utils.c:155:3: error: call to undeclared function 'alarm'

mingw-w64-riscv64-unknown-elf-newlib
    ???

mingw-w64-xavs
    Invalid configuration `aarch64-w64-mingw32': machine `aarch64-w64' not recognized

mingw-w64-spatialite-tools
    shp_sanitize.c:4278:8: error: call to undeclared function '_mkdir'

mingw-w64-isa-l
    igzip_inflate.c:2020:6: error: call to undeclared function '_byteswap_ulong'

mingw-w64-flashrom
    platform.h:172:2: error: Unable to determine endianness.

mingw-w64-cppcheck
    vector:372:5: error: static assertion failed due to requirement 'is_same<TaggedAllocator<ReferenceToken, 3>, std::allocator<ReferenceToken>>::value': [allocator.requirements] states that rebinding an allocator to the same type should result in the original allocator

mingw-w64-avr-gcc
    fatal error: 'sys/wait.h' file not found

mingw-w64-arm-none-eabi-newlib
    target not found: mingw-w64-clang-aarch64-arm-none-eabi-gcc

mingw-w64-xmake
    tbox/tbox.c:161:5: error: '__tb_static_assert__' declared as an array with a negative size

mingw-w64-wslay
    AttributeError: 'Sphinx' object has no attribute 'add_stylesheet'

mingw-w64-winfile
    wfdlgs2.c:960:11: error: type specifier missing, defaults to 'int'

mingw-w64-vrpn
    vrpn_Connection.C:1881:5: error: ISO C++17 does not allow 'register' storage class specifier

mingw-w64-volk
    volk/sse2neon.h:1982:10: error: call to undeclared function 'posix_memalign'

mingw-w64-vlfeat
    imopv_sse2.c:15:2: error: "Compiling with SSE2 enabled, but no __SSE2__ defined"
2023-05-12 15:42:05 +02:00
Christoph Reiter
d7b59639ce more clangarm64 2023-05-09 08:51:03 +02:00
Mehdi Chinoune
ab36bdca6b avr-gcc: update to 12.2.0 2022-12-04 12:00:14 +01:00
fauxpark
6561e22694 avr-gcc: update to 8.5.0 2022-06-20 21:20:46 +10:00
Mateusz Mikuła
30c6028cef Standarize GNU AVR toolchain PKGBUILDs 2022-06-08 21:47:48 +02:00
Christoph Reiter
7c67d9c465 Make sure every package using a C/C++ compiler depends on one
The "cc" virtual package provides the environment default compiler.
2022-01-08 17:11:16 +01:00
Christoph Reiter
3eac67e2ca Makedepend on autotools where needed 2021-12-17 12:41:47 +01:00
Christoph Reiter
81bf16586c Enable clang64 for everything 2021-04-25 19:30:11 +02:00
Christoph Reiter
efa44d23cc ucrt all the things 2021-04-01 21:08:55 +02:00
Jeremy Drake
9bd5671137 avr-gcc: rebuild
Needs to link against the fixed libgmp import library from #7052.
2020-10-10 09:40:10 -07:00
fauxpark
3e6d93755b AVR toolchain: bump pkgrels 2020-08-29 23:04:04 +10:00
fauxpark
0583d5ff7d Remove PGP key stuff from avr-gcc and avr-libc, for the time being 2020-08-27 04:22:11 +10:00
fauxpark
7108d4c7bf Add .sig files and PGP keys 2020-08-27 03:30:42 +10:00
fauxpark
556231883b AVR toolchain: fix group name 2020-08-27 00:40:18 +10:00
fauxpark
5a4ad2977d Add package group mingw-w64-avr-toolchain 2020-08-26 21:02:45 +10:00
fauxpark
f8acca2064 New package: avr-gcc 8.4.0 2020-08-14 18:27:53 +10:00