3 @@ -1833,11 +1833,6 @@ case "${host}" in
4 # APPLE LOCAL begin dynamic-no-pic
5 i[3456789]86-*-darwin*)
6 host_makefile_frag="config/mh-x86-darwin"
7 - # gcc can default to x86_64 code generation, avoid that
8 - if test "${build}" = "${host}"; then
10 - CXX="${CXX-g++} -m32"
13 # APPLE LOCAL end dynamic-no-pic
17 @@ -993,11 +993,6 @@ case "${host}" in
18 # APPLE LOCAL begin dynamic-no-pic
19 i[[3456789]]86-*-darwin*)
20 host_makefile_frag="config/mh-x86-darwin"
21 - # gcc can default to x86_64 code generation, avoid that
22 - if test "${build}" = "${host}"; then
24 - CXX="${CXX-g++} -m32"
27 # APPLE LOCAL end dynamic-no-pic