Commit ae077284 by Eric Christopher

darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Translate -shared to -Zdynamiclib.

2007-05-02  Eric Christopher  <echristo@apple.com>

	    * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Translate
	    -shared to -Zdynamiclib.

From-SVN: r124372
parent a0465257
2007-05-02 Eric Christopher <echristo@apple.com>
* config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Translate
-shared to -Zdynamiclib.
2007-05-02 Seongbae Park <seongbae.park@gmail.com> 2007-05-02 Seongbae Park <seongbae.park@gmail.com>
PR c++/31663 PR c++/31663
......
...@@ -147,6 +147,7 @@ extern GTY(()) int darwin_ms_struct; ...@@ -147,6 +147,7 @@ extern GTY(()) int darwin_ms_struct;
{ "-multiply_defined", "-Zmultiply_defined" }, \ { "-multiply_defined", "-Zmultiply_defined" }, \
{ "-multi_module", "-Zmulti_module" }, \ { "-multi_module", "-Zmulti_module" }, \
{ "-static", "-static -Wa,-static" }, \ { "-static", "-static -Wa,-static" }, \
{ "-shared", "-Zdynamiclib" }, \
{ "-single_module", "-Zsingle_module" }, \ { "-single_module", "-Zsingle_module" }, \
{ "-unexported_symbols_list", "-Zunexported_symbols_list" }, \ { "-unexported_symbols_list", "-Zunexported_symbols_list" }, \
SUBTARGET_OPTION_TRANSLATE_TABLE SUBTARGET_OPTION_TRANSLATE_TABLE
......
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