diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-27 00:16:56 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-27 00:16:56 +0000 |
commit | 18aee33486b65ed565dfb9c5b8e97bc6500d69a2 (patch) | |
tree | 42705ab62146dc97d605e8794ec2ee20848a2e0a /boehm-gc/Makefile.in | |
parent | 4a791ed154c1bcc542cfa3d008156b64d8c553e7 (diff) | |
download | gcc-18aee33486b65ed565dfb9c5b8e97bc6500d69a2.tar.gz |
* configure.in: Add CCAS, CCASFLAGS for future automakes.
* configure, Makefile.in, include/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78540 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.in')
-rw-r--r-- | boehm-gc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index b64617c036c..3092023998d 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/Makefile.in @@ -66,6 +66,8 @@ target_triplet = @target@ AR = @AR@ AS = @AS@ CC = @CC@ +CCAS = @CCAS@ +CCASFLAGS = @CCASFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CXX = @CXX@ |