From: Tero Koskinen on
Hi,

I recently got amd64(x86_64) system and put OpenBSD there.
There was no native GNAT for OpenBSD/amd64, so I had to
create one by cross-compiling the compiler on i386.

To spare others from the same operation, I made my
gcc and gnat packages available at
http://tkoskine.iki.fi/openbsd/amd64/index.html

They work on the latest OpenBSD 4.6-current (or 4.7-beta)
and installation happens with pkg_add:
pkg_add http://tkoskine.iki.fi/openbsd/amd64/gcc-4.3.4.tgz
pkg_add http://tkoskine.iki.fi/openbsd/amd64/gnat-4.3.4.tgz

I am sure there are some bugs left, but the packages can be
used for bootstrapping if nothing else.

Makefile rules ("port" in OpenBSD terms) to create packages
can be found from GNUAda repository:
http://gnuada.svn.sf.net/viewvc/gnuada/trunk/OpenBSD/current/lang/gcc/

--
Tero Koskinen
From: Julian Leyh on
Am 27.01.10 22:57, schrieb Tero Koskinen:
> I recently got amd64(x86_64) system and put OpenBSD there.
> There was no native GNAT for OpenBSD/amd64, so I had to
> create one by cross-compiling the compiler on i386.

Thank you, Tero, for your work! I will test this as soon as I get a
OpenBSD system handy :)

--- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---