Package Details: m68k-elf-gcc-bootstrap 13.2.0-1

Git Clone URL: https://aur.archlinux.org/m68k-elf-gcc-bootstrap.git (read-only, click to copy)
Package Base: m68k-elf-gcc-bootstrap
Description: The GNU Compiler Collection. Bootstrap for toolchain building (m68k-elf)
Upstream URL: http://gcc.gnu.org
Licenses: GPL, custom, LGPL, FDL
Conflicts: m68k-elf-gcc
Submitter: doragasu
Maintainer: doragasu
Last Packager: doragasu
Votes: 5
Popularity: 0.007103
First Submitted: 2017-10-27 17:27 (UTC)
Last Updated: 2023-08-15 14:49 (UTC)

Latest Comments

rvalles commented on 2021-10-09 18:56 (UTC)

Great. It's building now, hopefully to the end.

doragasu commented on 2021-10-09 15:07 (UTC)

Fixed and updated to version 11.2.0.

doragasu commented on 2021-10-01 12:23 (UTC)

Hum, I have to try updating to latest version 11.2 when I get some time, thanks for reporting.

rvalles commented on 2021-09-30 23:01 (UTC)

b0rked atm.

../../../gcc-10.2.0/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader, const cpp_token, const char**, location_t)’: ../../../gcc-10.2.0/libcpp/expr.c:801:35: error: format not a string literal and no format arguments [-Werror=format-security] 801 | cpp_warning_with_line (pfile, CPP_W_LONG_LONG, virtual_location, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 802 | 0, message); | ~~~~~~~~~~~ ../../../gcc-10.2.0/libcpp/expr.c:804:38: error: format not a string literal and no format arguments [-Werror=format-security] 804 | cpp_pedwarning_with_line (pfile, CPP_W_LONG_LONG, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 805 | virtual_location, 0, message); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~