-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:
Václav Slavík
2003-07-16 10:34:42 +00:00
parent 5595986d65
commit 0493436fc1
2 changed files with 0 additions and 12 deletions

6
configure vendored
View File

@@ -29613,12 +29613,6 @@ if test "$GCC" = "yes" ; then
if test "$wxUSE_PERMISSIVE" = "yes" ; then if test "$wxUSE_PERMISSIVE" = "yes" ; then
CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
fi 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 case "${host}" in
powerpc*-*-aix* ) powerpc*-*-aix* )

View File

@@ -3994,12 +3994,6 @@ if test "$GCC" = "yes" ; then
if test "$wxUSE_PERMISSIVE" = "yes" ; then if test "$wxUSE_PERMISSIVE" = "yes" ; then
CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
fi 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 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 dnl 3.0 overflow the table of contents on rs6000 as they create an entry