diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-06-21 11:14:41 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-06-21 11:14:41 +0000 |
commit | 115dabb8f316b83192d96fa6cb29a535f8ff53c0 (patch) | |
tree | 9283dce5241115a055fff30f84b014ca600b37b0 /boehm-gc/Makefile.in | |
parent | 48b1580ecc131e1a05995216d9cdf30bd05c17bd (diff) | |
download | gcc-115dabb8f316b83192d96fa6cb29a535f8ff53c0.tar.gz |
configure: Rebuilt.
* configure: Rebuilt.
* configure.in: Recognize all forms of alpha.
From-SVN: r27660
Diffstat (limited to 'boehm-gc/Makefile.in')
-rw-r--r-- | boehm-gc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index 250f79a995d..0e9525f37d0 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/Makefile.in @@ -83,6 +83,7 @@ MY_CFLAGS = @MY_CFLAGS@ NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ +USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ VERSION = @VERSION@ addobjs = @addobjs@ boehm_gc_basedir = @boehm_gc_basedir@ |