summaryrefslogtreecommitdiff
path: root/sofort/ccenv/ccenv.sh
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-06 13:10:36 -0500
committermidipix <writeonce@midipix.org>2019-01-09 05:48:03 -0500
commit87833ea1925e753dfbea0d5806afa31956eed5dc (patch)
tree5d77681665efc2a4b90ac3fcc8cf324e534a8781 /sofort/ccenv/ccenv.sh
parent2fdeb1801c6d5e12e37b88d69f053494d5a9b1ca (diff)
downloadapimagic-87833ea1925e753dfbea0d5806afa31956eed5dc.tar.bz2
apimagic-87833ea1925e753dfbea0d5806afa31956eed5dc.tar.xz
build system: ccenv: added -c to the cc driver-based definition of $(AS).
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-rw-r--r--sofort/ccenv/ccenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index a8955fb..452694d 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -221,7 +221,7 @@ ccenv_set_tool_variants()
# as
if [ -n "$ccenv_cc" ]; then
- ccenv_as='$('"$ccenv_makevar_prefix"'CC) -x assembler'
+ ccenv_as='$('"$ccenv_makevar_prefix"'CC) -c -x assembler'
elif [ -n "$mb_agnostic" ]; then
ccenv_as='$('"$ccenv_makevar_prefix"'AS_ASM)'
elif [ "$mb_zealous" = 'gcc' ]; then