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:
parent
3ff13f48e6
commit
0fd7e0f84b
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user