-f-no-pcc-struct-return was only needed by ancient versions of gcc and it affected binary compatibility -> removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5595986d65
commit
0493436fc1
6
configure
vendored
6
configure
vendored
@ -29613,12 +29613,6 @@ if test "$GCC" = "yes" ; then
|
||||
if test "$wxUSE_PERMISSIVE" = "yes" ; then
|
||||
CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
|
||||
fi
|
||||
if test "$USE_WIN32" = 1 ; then
|
||||
# I'm not even really sure what this was ever added to solve,
|
||||
# but someone added it for mingw native builds, so I guess
|
||||
# they had a reason, right??
|
||||
CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
|
||||
fi
|
||||
|
||||
case "${host}" in
|
||||
powerpc*-*-aix* )
|
||||
|
@ -3994,12 +3994,6 @@ if test "$GCC" = "yes" ; then
|
||||
if test "$wxUSE_PERMISSIVE" = "yes" ; then
|
||||
CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
|
||||
fi
|
||||
if test "$USE_WIN32" = 1 ; then
|
||||
# I'm not even really sure what this was ever added to solve,
|
||||
# but someone added it for mingw native builds, so I guess
|
||||
# they had a reason, right??
|
||||
CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
|
||||
fi
|
||||
|
||||
dnl Ian Brown <ian.brown@printsoft.de> reports that versions of gcc before
|
||||
dnl 3.0 overflow the table of contents on rs6000 as they create an entry
|
||||
|
Loading…
Reference in New Issue
Block a user