Commit da7f2697 by Mike Stump Committed by Mike Stump

darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.

	* config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for
	now.

Fixes stubify-1.mm on i686-apple-darwin*.

From-SVN: r158852
parent a143bf27
2010-04-28 Mike Stump <mikestump@comcast.net>
* config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for
now.
2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
* lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
......
......@@ -92,6 +92,7 @@ along with GCC; see the file COPYING3. If not see
#undef CC1_SPEC
#define CC1_SPEC "%(cc1_cpu) \
%<mdynamic-no-pic " /* For now, we just ignore this flag */ " \
%{!mkernel:%{!static:%{!mdynamic-no-pic:-fPIC}}} \
%{!mmacosx-version-min=*:-mmacosx-version-min=%(darwin_minversion)} \
%{g: %{!fno-eliminate-unused-debug-symbols: -feliminate-unused-debug-symbols }}"
......
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