Commit 0fd7e0f8 by Adam Nemet Committed by Adam Nemet

lynx.h (CC1_SPEC): Use -maix-struct-return instead of -mno-svr4-struct-return.

	* config/rs6000/lynx.h (CC1_SPEC): Use -maix-struct-return instead
	of -mno-svr4-struct-return.

From-SVN: r100158
parent 3ff13f48
2005-05-25 Adam Nemet <anemet@lnxw.com>
* config/rs6000/lynx.h (CC1_SPEC): Use -maix-struct-return instead
of -mno-svr4-struct-return.
2005-05-25 Daniel Berlin <dberlin@dberlin.org>
Fix PR tree-optimization/21705
......
......@@ -49,7 +49,7 @@
#define CC1_SPEC \
"%{G*} %{mno-sdata:-msdata=none} \
%{maltivec:-mabi=altivec} \
-mno-svr4-struct-return"
-maix-struct-return"
#undef ASM_SPEC
#define ASM_SPEC \
......
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