diff options
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@ |