Port-powerpc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: native compiler for NetBSD/powerpc



 > How did you make the compiler which worked on NetBSD/powerpc?

I found how to make these.
It is made as follows by using powerpc-elf-netbsd cross compiler.

# binutils-2.7
patch -p0 < binutils-2.7-diffs
./configure --prefix=/usr/local/PPC --host=powerpc-elf-netbsd
gmake
# libiberty/Makefile
#  $(RANLIB) -> powerpc-elf-netbsd-ranlib

# gcc-2.7.2.1
patch -p0 < gcc-2.7.2.1-diffs
./configure \
--prefix=/usr/local/PPC \
--host=powerpc-elf-netbsd \
--target=powerpc-elf-netbsd --build=i386-unknown-netbsd1.2G
gmake LANGUAGES=c HOST_CC=/usr/local/bin/gcc


I put new snapshot of NetBSD/bebox 
and NetBSD/powerpc compatible ELF binaries on
<URL:http://www.cec.co.jp/usr/sakamoto/NetBSD/>.

Kazuki Sakamoto
sakamoto%cec.co.jp@localhost



Home | Main Index | Thread Index | Old Index