]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
-f-no-pcc-struct-return was only needed by ancient versions of gcc and it affected...
[wxWidgets.git] / configure
index f488006aa4bf31f2338415380fdef20bd231f174..79c8085e2a0902281d414394309d891fafcad444 100755 (executable)
--- a/configure
+++ b/configure
@@ -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* )