diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-13 15:36:24 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-13 15:36:24 +0000 |
commit | 2828fac44d47919504c4f5c47466a8fc94959bc5 (patch) | |
tree | 0d6a3ccf2c8d664801ec487597931930db4d4a04 /gcc/Makefile.in | |
parent | 4a6a7d073eddcd3546d54ab212b857b0afd58752 (diff) | |
download | gcc-2828fac44d47919504c4f5c47466a8fc94959bc5.tar.gz |
* configure.in (--enable-new-gxx-abi): New option.
* acconfig.h (ENABLE_NEW_GXX_ABI): New define.
* Makefile.in (GXX_ABI_FLAG): New variable.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31387 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index fc7f2d0fdc7..5f50b6babea 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -164,6 +164,9 @@ GCC_FOR_TARGET = ./xgcc -B$(build_tooldir)/bin/ -B./ -I$(build_tooldir)/include # It also specifies -I./include to find, e.g., stddef.h. GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -I./include $(TCFLAGS) +# Specify the abi to use when building the c++ runtime +GXX_ABI_FLAG=@GXX_ABI_FLAG@ + # Sed command to transform gcc to installed name. Overwritten by configure. program_transform_name = @program_transform_name@ program_transform_cross_name = s,^,$(target_alias)-, |