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


On Saturday, Jul 12, 2003, at 17:29 US/Eastern, Zack Weinberg wrote:
My bad. I knew that one needed to be defined unconditionally and then
I thinko-ed and put the AC_DEFINE in the only-if-true block anyway.
Please try this patch. You'll need to rerun autoconf, but not autoheader.


zw

        * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
        i?86-*-*.


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


On i686-unknown-openbsd3.1 using pdksh as the shell:
checking assembler for GOTOFF in data... no
/home/gates/pinskia/src/gnu/gcc/src/gcc/configure[7046]: test: yes: unexpected operator/operand


I do not understand autoconf that well to see where the problem is.

Thanks,
Andrew Pinski


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