Commit af7f0fde by Craig Newell Committed by Jason Merrill

* gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.

From-SVN: r36146
parent 9d40a666
2000-09-04 Craig Newell <CraigN@ieee.org>
* gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
2000-09-04 Andreas Schwab <schwab@suse.de>
* Makefile.in (STAGESTUFF): Remove libgcc.
......
......@@ -564,7 +564,7 @@ static const char *cpp_options =
%{!undef:%{!ansi:%{!std=*:%p}%{std=gnu*:%p}} %P} %{trigraphs}\
%c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\
%{ffast-math:-D__FAST_MATH__}\
%{fshort-wchar:-D__WCHAR_TYPE__=short\\ unsigned\\ int}\
%{fshort-wchar:-U__WCHAR_TYPE__ -D__WCHAR_TYPE__=short\\ unsigned\\ int}\
%{fshow-column} %{fno-show-column}\
%{fleading-underscore} %{fno-leading-underscore}\
%{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*} %Z %i\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment