提交 ff8cf113 编写于 作者: D dsamersoff

7041156: gcc 4.6 doesn't recognise -export-dynamic option

Summary: Since -export-dynamic is a linker option, the correct way to pass it is -Xlinker -export-dynamic
Reviewed-by: dsamersoff, dholmes
Contributed-by: omajid@redhat.com
上级 d98eeba0
...@@ -205,7 +205,7 @@ SONAMEFLAG = -Xlinker -soname=SONAME ...@@ -205,7 +205,7 @@ SONAMEFLAG = -Xlinker -soname=SONAME
SHARED_FLAG = -shared SHARED_FLAG = -shared
# Keep symbols even they are not used # Keep symbols even they are not used
AOUT_FLAGS += -export-dynamic AOUT_FLAGS += -Xlinker -export-dynamic
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# Debug flags # Debug flags
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册