diff options
author | midipix <writeonce@midipix.org> | 2019-01-06 13:10:36 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-09 05:48:15 -0500 |
commit | a77aa5910f4f8323c03e07802349d9a3fcb0e4ea (patch) | |
tree | fafd3f263d3e3e136b05ac6e071e8dfa2c94ec9a /sofort/ccenv | |
parent | 73dec9bd24354fd2650911cd4be7b07ced67c1e1 (diff) | |
download | sbpython2-a77aa5910f4f8323c03e07802349d9a3fcb0e4ea.tar.bz2 sbpython2-a77aa5910f4f8323c03e07802349d9a3fcb0e4ea.tar.xz |
build system: ccenv: added -c to the cc driver-based definition of $(AS).
Diffstat (limited to 'sofort/ccenv')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 2 |
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 |