summaryrefslogtreecommitdiffhomepage
path: root/sofort
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:21 -0500
commit2e126d4778b61f907a76f5f6d7d85edd2add4623 (patch)
treeb2e20906ef19a0d80bb9b28179e71747bc00f0ba /sofort
parent106ca98e51088f3f6bbc95c2b508c59ee2a34c9c (diff)
downloadw32lib-2e126d4778b61f907a76f5f6d7d85edd2add4623.tar.bz2
w32lib-2e126d4778b61f907a76f5f6d7d85edd2add4623.tar.xz
build system: ccenv: added -c to the cc driver-based definition of $(AS).
Diffstat (limited to 'sofort')
-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