1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-02 16:01:20 +03:00

Mention that gcc -traditional is not supported.

This commit is contained in:
Andreas Jaeger
2000-10-25 17:30:55 +00:00
parent a5fe041c96
commit e090caeee7

1
FAQ.in
View File

@@ -1017,6 +1017,7 @@ be needed after upgrading:
anymore. anymore.
- There's no more K&R compatibility in the glibc headers. The GNU C library - There's no more K&R compatibility in the glibc headers. The GNU C library
requires a C compiler that handles especially prototypes correctly. requires a C compiler that handles especially prototypes correctly.
Especially gcc -traditional will not work with glibc headers.
Please read also the NEWS file which is the authoritative source for this Please read also the NEWS file which is the authoritative source for this
and gives more details for some topics. and gives more details for some topics.