From 6f20e984fc8979eb26857c81d870bf20521cafc6 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Mon, 10 Feb 2003 06:03:16 +0000 Subject: [PATCH] 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. --- contrib/gcc/gcc.c | 5 +++-- 1 file 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