This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: sync OpenBSD targets with reality
On Sat, 26 Sep 2009, Ian Lance Taylor wrote:
> 2009-09-19 Jonathan Gray <jsg@openbsd.org>
>
> * config.gcc: Update OpenBSD targets.
> * config/openbsd-stdint.h: New file.
> * config/openbsd-libpthread.h: New file.
> * config/openbsd/i386/openbsdelf.h: Correct types.
> * config/vax/openbsd.h: Likewise.
> * config/mips/openbsd.h: Likewise.
> * config/alpha/openbsd.h: Overhaul to reflect ELF migration.
> * config/openbsd.h: Update and break out LIB_SPEC definition.
>
> This patch is OK with that ChangeLog entry.
Actually config/m68k/openbsd.h was missing, and the i386 directory was
not correct. I applied the patch with the following ChangeLog:
2009-09-19 Jonathan Gray <jsg@openbsd.org>
* config.gcc: Update OpenBSD targets.
* config/openbsd-stdint.h: New file.
* config/openbsd-libpthread.h: New file.
* config/openbsd.h: Update and break out LIB_SPEC definition.
* config/alpha/openbsd.h: Overhaul to reflect ELF migration.
* config/i386/openbsdelf.h: Correct types.
* config/m68k/openbsd.h: Likewise.
* config/mips/openbsd.h: Likewise.
* config/vax/openbsd.h: Likewise.
Gerald