Commit 9f8bf073 by Mark Mitchell Committed by Mark Mitchell

* Makefile.in (DRIVER_DEFINES): Fix quoting.

From-SVN: r39446
parent 22fdd65e
2001-02-04 Mark Mitchell <mark@codesourcery.com> 2001-02-04 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (DRIVER_DEFINES): Fix quoting.
* Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3. * Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3.
* configure.in: Remove --enable-libstdcxx_v3 support. * configure.in: Remove --enable-libstdcxx_v3 support.
* configure: Regenerated. * configure: Regenerated.
......
...@@ -1269,8 +1269,8 @@ DRIVER_DEFINES = \ ...@@ -1269,8 +1269,8 @@ DRIVER_DEFINES = \
-DDEFAULT_TARGET_MACHINE=\"$(target_alias)\" \ -DDEFAULT_TARGET_MACHINE=\"$(target_alias)\" \
-DSTANDARD_BINDIR_PREFIX=\"$(bindir)/\" \ -DSTANDARD_BINDIR_PREFIX=\"$(bindir)/\" \
-DTOOLDIR_BASE_PREFIX=\"$(unlibsubdir)/../\" \ -DTOOLDIR_BASE_PREFIX=\"$(unlibsubdir)/../\" \
`test "$SHLIB_LINK" -a "@enable_shared@" = "yes" && echo "-DENABLE_SHARED_LIBGCC"` \ `test "$(SHLIB_LINK)" -a "@enable_shared@" = "yes" && echo "-DENABLE_SHARED_LIBGCC"` \
`test "$SHLIB_MULTILIB" && echo "-DNO_SHARED_LIBGCC_MULTILIB"` `test "$(SHLIB_MULTILIB)" && echo "-DNO_SHARED_LIBGCC_MULTILIB"`
gcc.o: gcc.c $(CONFIG_H) system.h intl.h multilib.h \ gcc.o: gcc.c $(CONFIG_H) system.h intl.h multilib.h \
Makefile $(lang_specs_files) prefix.h $(GCC_H) Makefile $(lang_specs_files) prefix.h $(GCC_H)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment