This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: clean up assembler feature tests; get rid of acconfig.h


That worked except there was warning when running configure
(Yes I did use the correct version of autoconf, 2.13).
On i686-pc-linux-gnu using bash as the shell:
checking assembler for GOTOFF in data... yes
/home/gates/pinskia/src/gnu/gcc/src/gcc/configure: line 1: test: =:
unary operator expected

Bleah. Try this patch instead. The code that sets the cache variable and the code that reads it disagreed on its name; I didn't see it because I had the old variable in my old config.cache.

zw

        * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
        i?86-*-*.  Use correct name of cache variable.

I just tried it and it worked without a warning. Thanks for looking into it.



Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]