Skip to content

Commit

Permalink
Remove option for system zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMore201 committed Oct 20, 2024
1 parent 3c4abd4 commit 77a269b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
4 changes: 0 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ stamps/build-binutils-mcs: $(BINUTILS_SRCDIR)
--disable-libgloss \
--disable-test-suite \
--enable-checking=release \
@with_system_zlib@ \
--with-gnu-ld \
--with-gnu-as \
--disable-werror
Expand Down Expand Up @@ -76,7 +75,6 @@ stamps/build-binutils-tc: $(BINUTILS_SRCDIR)
--disable-libgloss \
--disable-test-suite \
--enable-checking=release \
@with_system_zlib@ \
--with-gnu-ld \
--with-gnu-as \
--disable-werror
Expand Down Expand Up @@ -108,7 +106,6 @@ stamps/build-gcc-stage1: $(GCC_SRCDIR)
--with-sysroot=$(INSTALL_DIR)/tricore-elf \
--enable-mingw-wildcard \
--disable-libstdcxx-pch \
@with_system_zlib@ \
--enable-newlib-elix-level=3 \
--enable-newlib-io-long-long \
--disable-newlib-supplied-syscalls \
Expand Down Expand Up @@ -168,7 +165,6 @@ stamps/build-gcc-stage2: $(GCC_SRCDIR) stamps/build-newlib
--with-gnu-as \
--with-newlib=yes \
--enable-mingw-wildcard \
@with_system_zlib@ \
--disable-libstdcxx-pch \
--enable-newlib-elix-level=3 \
--enable-newlib-io-long-long \
Expand Down
23 changes: 0 additions & 23 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ LIBOBJS
with_gcc_src
with_newlib_src
with_binutils_src
with_system_zlib
configure_host
NEED_GCC_EXTERNAL_LIBRARIES
BASH
Expand Down Expand Up @@ -680,7 +679,6 @@ ac_subst_files=''
ac_user_opts='
enable_option_checking
with_host
with_system_zlib
with_binutils_src
with_newlib_src
with_gcc_src
Expand Down Expand Up @@ -1316,7 +1314,6 @@ Optional Packages:
--with-host=x86_64-w64-mingw32
Sets the host for the tools, you probably want
nothing
--without-system-zlib use the builtin copy of zlib from GCC
--with-binutils-src Set binutils source path, use builtin source by
default
--with-newlib-src Set newlib source path, use builtin source by
Expand Down Expand Up @@ -3972,26 +3969,6 @@ else $as_nop
fi
if test "x$with_system_zlib" != xno
then :
with_system_zlib=--with-system-zlib
else $as_nop
with_system_zlib=--without-system-zlib
fi
# Check whether --with-system-zlib was given.
if test ${with_system_zlib+y}
then :
withval=$with_system_zlib;
else $as_nop
with_system_zlib=yes
fi
# Check whether --with-binutils-src was given.
if test ${with_binutils_src+y}
Expand Down
11 changes: 0 additions & 11 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ AS_IF([test "x$with_host" != xdefault],
[AC_SUBST(configure_host,--host=$with_host)],
[AC_SUBST(configure_host,"")])

AS_IF([test "x$with_system_zlib" != xno],
[AC_SUBST(with_system_zlib,--with-system-zlib)],
[AC_SUBST(with_system_zlib,--without-system-zlib)])

AC_ARG_WITH(system-zlib,
[AS_HELP_STRING([--without-system-zlib],
[use the builtin copy of zlib from GCC])],
[],
[with_system_zlib=yes]
)

AC_ARG_WITH(binutils-src,
[AS_HELP_STRING([--with-binutils-src],[Set binutils source path, use builtin source by default])],
[],
Expand Down

0 comments on commit 77a269b

Please sign in to comment.