Search Criteria
Package Details: m68k-elf-gcc-bootstrap 14.1.0-1
Package Actions
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.000097 |
First Submitted: | 2017-10-27 17:27 (UTC) |
Last Updated: | 2024-07-11 20:44 (UTC) |
Dependencies (2)
- m68k-elf-binutilsAUR
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Required by (1)
- m68k-elf-newlib (make)
Sources (8)
- https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz
- https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz.sig
- https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz
- https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz.sig
- https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz
- https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz.sig
- https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.1.tar.xz
- https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.1.tar.xz.sig
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); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~