summaryrefslogtreecommitdiff
path: root/rules/c-suffix-rules.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 /rules/c-suffix-rules.mk
parentfeabe9933969905173d0abe94343d9355e3d8df6 (diff)
downloadhaskell-3d8e6f6b1910080defad4ab2687255eb6e6df34b.tar.gz
Add stage-specific AS variables to the build system
Diffstat (limited to 'rules/c-suffix-rules.mk')
-rw-r--r--rules/c-suffix-rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/c-suffix-rules.mk b/rules/c-suffix-rules.mk
index bba73a82c6..a4a0b579db 100644
--- a/rules/c-suffix-rules.mk
+++ b/rules/c-suffix-rules.mk
@@ -49,7 +49,7 @@ $1/$2/build/%.$$($3_osuf) : $1/$2/build/%.c
"$$($1_$2_CC)" $$($1_$2_$3_ALL_CC_OPTS) -c $$< -o $$@
$1/$2/build/%.$$($3_osuf) : $1/$2/build/%.$$($3_way_)s
- "$$(AS)" $$($1_$2_$3_ALL_AS_OPTS) -o $$@ $$<
+ "$$($1_$2_AS)" $$($1_$2_$3_ALL_AS_OPTS) -o $$@ $$<
$1/$2/build/%.$$($3_osuf) : $1/%.S | $$$$(dir $$$$@)/.
"$$($1_$2_CC)" $$($1_$2_$3_ALL_CC_OPTS) -c $$< -o $$@