diff options
author | kan <kan@FreeBSD.org> | 2003-02-10 06:03:16 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-02-10 06:03:16 +0000 |
commit | 7c2f8a7c01715f13a57c7345e82cef1fb26a40f4 (patch) | |
tree | e2c6e6db7013195d240e5ee657f3c1fbc0d7406f /contrib | |
parent | 2de830f8f652c77174f75fe0dcae0f8a19d3e9ef (diff) | |
download | FreeBSD-src-7c2f8a7c01715f13a57c7345e82cef1fb26a40f4.zip FreeBSD-src-7c2f8a7c01715f13a57c7345e82cef1fb26a40f4.tar.gz |
Merge FreeBSD modifications into gcc 3.2.2 release:
1.{2,15} FREEBSD_NATIVE.
1.21 "GCC_OPTIONS".
1.{16,25,27} Cross-compiling issues.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/gcc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/gcc/gcc.c b/contrib/gcc/gcc.c index b4e3ef7..8f4a71c 100644 --- a/contrib/gcc/gcc.c +++ b/contrib/gcc/gcc.c @@ -690,10 +690,11 @@ static const char *cpp_unique_options = %{!undef:%{!ansi:%{!std=*:%p}%{std=gnu*:%p}} %P} %{trigraphs}\ %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\ %{fno-inline|O0|!O*:-D__NO_INLINE__} %{ffast-math:-D__FAST_MATH__}\ - %{fshort-wchar:-U__WCHAR_TYPE__ -D__WCHAR_TYPE__=short\\ unsigned\\ int}\ %{ffreestanding:-D__STDC_HOSTED__=0} %{fno-hosted:-D__STDC_HOSTED__=0}\ %{!ffreestanding:%{!fno-hosted:-D__STDC_HOSTED__=1}} %{remap}\ - %{g3:-dD} %{H} %C %{D*&U*&A*} %{i*} %Z %i\ + %{g3:-dD} %{H} %C\ + %{fshort-wchar:-U__WCHAR_TYPE__ -D__WCHAR_TYPE__=short\\ unsigned\\ int}\ + %{D*&U*&A*} %{i*} %Z %i\ %{E|M|MM:%W{o*}}"; /* This contains cpp options which are common with cc1_options and are passed |