mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-06 00:27:27 +08:00
* Makefile.in (DRIVER_DEFINES): Fix quoting.
From-SVN: r39446
This commit is contained in:
parent
22fdd65e59
commit
9f8bf073e0
@ -1,5 +1,7 @@
|
||||
2001-02-04 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* Makefile.in (DRIVER_DEFINES): Fix quoting.
|
||||
|
||||
* Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3.
|
||||
* configure.in: Remove --enable-libstdcxx_v3 support.
|
||||
* configure: Regenerated.
|
||||
|
@ -1269,8 +1269,8 @@ DRIVER_DEFINES = \
|
||||
-DDEFAULT_TARGET_MACHINE=\"$(target_alias)\" \
|
||||
-DSTANDARD_BINDIR_PREFIX=\"$(bindir)/\" \
|
||||
-DTOOLDIR_BASE_PREFIX=\"$(unlibsubdir)/../\" \
|
||||
`test "$SHLIB_LINK" -a "@enable_shared@" = "yes" && echo "-DENABLE_SHARED_LIBGCC"` \
|
||||
`test "$SHLIB_MULTILIB" && echo "-DNO_SHARED_LIBGCC_MULTILIB"`
|
||||
`test "$(SHLIB_LINK)" -a "@enable_shared@" = "yes" && echo "-DENABLE_SHARED_LIBGCC"` \
|
||||
`test "$(SHLIB_MULTILIB)" && echo "-DNO_SHARED_LIBGCC_MULTILIB"`
|
||||
|
||||
gcc.o: gcc.c $(CONFIG_H) system.h intl.h multilib.h \
|
||||
Makefile $(lang_specs_files) prefix.h $(GCC_H)
|
||||
|
Loading…
Reference in New Issue
Block a user