diff options
author | midipix <writeonce@midipix.org> | 2019-01-06 13:10:36 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-09 05:48:04 -0500 |
commit | 94c4ca07e43109feaca013fda197fa01d2628250 (patch) | |
tree | 6acb1156ebe9cda62da13c2bab94801375b3310b /sofort/ccenv | |
parent | 4141443e56bd0ef4003d65f761aab789932f8225 (diff) | |
download | bcparser-94c4ca07e43109feaca013fda197fa01d2628250.tar.bz2 bcparser-94c4ca07e43109feaca013fda197fa01d2628250.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 |