summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-29 14:37:44 +0100
committerIan Lynagh <igloo@earth.li>2011-04-29 14:37:44 +0100
commit3d8e6f6b1910080defad4ab2687255eb6e6df34b (patch)
tree3dc8a9a549ea471989f408d91d8b149cf8a98184 /mk
parentfeabe9933969905173d0abe94343d9355e3d8df6 (diff)
downloadhaskell-3d8e6f6b1910080defad4ab2687255eb6e6df34b.tar.gz
Add stage-specific AS variables to the build system
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index f96302b4fe..3d2d6c0798 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -548,6 +548,11 @@ CC_STAGE0 = @CC_STAGE0@
CC_STAGE1 = $(CC)
CC_STAGE2 = $(CC)
CC_STAGE3 = $(CC)
+AS = $(WhatGccIsCalled)
+AS_STAGE0 = @CC_STAGE0@
+AS_STAGE1 = $(AS)
+AS_STAGE2 = $(AS)
+AS_STAGE3 = $(AS)
# C compiler and linker flags from configure (e.g. -m<blah> to select
# correct C compiler backend). The stage number is the stage of GHC