Snapshot gcc-13-20241011 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/13-20241011/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 13 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
On Fri, 11 Oct 2024 at 17:30, yxj-github-437 via Gcc
wrote:
> This is a patch to fix target android
Thanks for the patch. Patches need to be sent to the gcc-patches mailing
list, and there are other requirements for all contributors, please see
https://gcc.gnu.org/contribute.html
On Tue, 01 Oct 2024 11:48:34 +0200
Thomas Schwinge wrote:
> I need two, three people as co-organizers
Happy to help, Thomas. Let me know what to do.
--jkl
This is a patch to fix target android
0001-Android-Fix-build-for-Android.patch
Description: Binary data
Am 11.10.2024 um 18:07 schrieb Jonathan Wakely:
The c99 executable is provided by your distro, it's not part of GCC.
Maybe it wants a space between the -O and 2, but I don't know.
thanks for clearing that up
does not work with spaces - will ask on the Tumbleweed list
On Fri, 11 Oct 2024 at 17:02, Dennis Luehring via Gcc
wrote:
> latest SUSE Tumbleweed/gcc 14.2
>
> c99 -O2 test.c
>
> returns:
> c99: invalid option -- '2'
>
> cc -O2 test.c
>
> returns successfull
>
>
> according to https://linux.die.net/man/1/c99 the -O2 option should work
> c99 is used in an o
latest SUSE Tumbleweed/gcc 14.2
c99 -O2 test.c
returns:
c99: invalid option -- '2'
cc -O2 test.c
returns successfull
according to https://linux.die.net/man/1/c99 the -O2 option should work
c99 is used in an older build system and that didn't work due to the -O2
problem
Thanks for the quick response.
My system complained that curl was not present. I also did not have wget,
but the error didn't mention it (I'm pretty sure).
In any case, my suggestion would then be to require either one.
BTW, I was running this on a (mostly) clean install of Debian 12 in WSL
unde
On Fri, 11 Oct 2024 at 10:14, Roosh Fourtytwo via Gcc
wrote:
> Hi, Thanks for the clear and concise instructions. I'm building gcc-14,
> and have a small suggestion.
>
> Kind regards,
> Roosh42
>
> *Webpage to update:*
> https://gcc.gnu.org/install/prerequisites.html
>
> *Suggestion:*
> Add curl
Hi, Thanks for the clear and concise instructions. I'm building gcc-14,
and have a small suggestion.
Kind regards,
Roosh42
*Webpage to update:*
https://gcc.gnu.org/install/prerequisites.html
*Suggestion:*
Add curl as one of the prerequisites
*Reason:*
It is needed for ./contrib/download_prereq
10 matches
Mail list logo