]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Try to detect support for the `long long' type so that ANSI-C[89] clean
authorobrien <obrien@FreeBSD.org>
Thu, 12 Sep 2002 16:05:56 +0000 (16:05 +0000)
committerobrien <obrien@FreeBSD.org>
Thu, 12 Sep 2002 16:05:56 +0000 (16:05 +0000)
commit77b0cabe7fd81743b81ead77c4554c9594984d25
treee61537c64fc23b92256dada8886b798d34abbf79
parent1e46ffd648686e64494e3832ac6420df94d3f45e
Try to detect support for the `long long' type so that ANSI-C[89] clean
code will know not to try to use `long long'.
Unfortunately the GCC spec parser will not allow us to properly detect the
"iso9899:1990" and "iso9899:199409" forms of the acceptable -std= arguments,
because of the ':' in the -std argument.  :-(  I have left them in the spec
as a place holder in hopes someone knows a way to make the detection of
them work.

Desired by: wollman
contrib/gcc/config/freebsd-spec.h