sim: trace: add set of system helpers
[deliverable/binutils-gdb.git] / gold / configure.ac
index a2e58955a69fda62b8ebd31b821c093bed494709..94cae313d0e890ad6879127365c76276ff794982 100644 (file)
@@ -210,6 +210,7 @@ for targ in $target $canon_targets; do
          case "$target" in
          x86_64*-linux-gnux32)
            target_x32=yes
+           default_size=32
            ;;
          *)
            target_x86_64=yes
@@ -527,7 +528,6 @@ fi
 
 # Link in zlib if we can.  This allows us to write compressed sections.
 AM_ZLIB
-AM_CONDITIONAL(HAVE_ZLIB, test "$ac_cv_header_zlib_h" = "yes")
 
 dnl We have to check these in C, not C++, because autoconf generates
 dnl tests which have no type information, and current glibc provides
This page took 0.02354 seconds and 4 git commands to generate.