This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.1 build error on OpenBSD 3.1
- From: Marc Espie <espie at quatramaran dot ens dot fr>
- To: gcc at gcc dot gnu dot org
- Cc:
- Date: Fri, 17 May 2002 02:27:52 +0200
- Subject: Re: 3.1 build error on OpenBSD 3.1
- Organization: Ecole Normale Superieure (quatramaran)
- References: <Pine.BSO.4.33.0205162017450.19538-100000@positron.hjc.be>
>
>Well, our gas doesn't like .quad 0
>Probably not that hard to fix, in any case...
>
And indeed, adding #undef ASM_QUAD
at the end of gcc/config/i386/openbsd.h
ought to do the trick.
Compiling further, patches tomorrow probably...