On Aug  2, 2022, Eric Gallager <eg...@gwmail.gwu.edu> wrote:

> On Tue, Aug 2, 2022 at 1:24 AM Alexandre Oliva <ol...@gnu.org> wrote:

>> -elif test -x as$build_exeext; then
>> +elif test -x as$build_exeext \
>> +       && { test "x$build_exeext" != "x" \
>> +            || test "x`grep '^# Invoke as, ld or nm from the build tree' \
>> +                         as`" = "x"; }; then
>> 
>> WDYT?

> Hi, thanks for the feedback; I'm a bit confused, though: where exactly
> would this proposed change go?

gcc/configure.ac, just before:

        # Build using assembler in the current directory.
        gcc_cv_as=./as$build_exeext

-- 
Alexandre Oliva, happy hacker                https://FSFLA.org/blogs/lxo/
   Free Software Activist                       GNU Toolchain Engineer
Disinformation flourishes because many people care deeply about injustice
but very few check the facts.  Ask me about <https://stallmansupport.org>

Reply via email to