Date: Thu, 12 Sep 2002 09:05:57 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config freebsd-spec.h Message-ID: <200209121605.g8CG5vVT091346@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2002/09/12 09:05:57 PDT Modified files: contrib/gcc/config freebsd-spec.h Log: 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 Revision Changes Path 1.4 +14 -1 src/contrib/gcc/config/freebsd-spec.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209121605.g8CG5vVT091346>