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
This commit is contained in:
Adam Nemet 2005-05-25 20:06:33 +00:00 committed by Adam Nemet
parent 3ff13f48e6
commit 0fd7e0f84b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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 \