diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-10 06:03:16 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-10 06:03:16 +0000 |
| commit | 6f20e984fc8979eb26857c81d870bf20521cafc6 (patch) | |
| tree | e2c6e6db7013195d240e5ee657f3c1fbc0d7406f | |
| parent | 7137d635ac055ec9518b0368ee72c22948af6d36 (diff) | |
Notes
| -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 b4e3ef71a36e..8f4a71c3935b 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 |
