AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20061102182830.7ec8988f@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<larry.scheer@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
X-Sylpheed-End-Special-Headers: 1
Date: Thu, 2 Nov 2006 18:29:27 -0800
From: Andrew Sharp <andy.sharp@onstor.com>
To: Larry Scheer <larry.scheer@onstor.com>
Subject: build of cross bombing
Message-ID: <20061102182927.756353e3@ripper.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.5.0-rc3 (GTK+ 2.8.20; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="MP_HWHab6uyRQwLtnMW2=Zh4aJ"

--MP_HWHab6uyRQwLtnMW2=Zh4aJ
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi Larry,

Well, I've navigated the build past a few gotcha's, and I ended up here:

gcc -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlemips_vec -DSELECT_VECS='&bfd_elf32_littlemips_vec,&bfd_elf32_bigmips_vec' -DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf32_bigmips_vec -DNETBSD_CORE   -I. -I. -I./../include  -g ./netbsd-core.c\
        -I../../../../../usr/cross/pmonmips/usr/include -o netbsd-core.o
gcc: ./netbsd-core.c-I../../../../../usr/cross/pmonmips/usr/include: No such file or directory
gcc: no input files
gmake[1]: *** [netbsd-core.o] Error 1
gmake[1]: Leaving directory `/home/andy/src/R2_1_X_work/openbsd/src/gnu/usr.bin/binutils/bfd'
gmake: *** [all-bfd] Error 2
*** Error code 2

Stop in /home/andy/src/R2_1_X_work/openbsd/src (line 216 of Makefile).
make: *** [bsd-cross-binutils] Error 1



Full build log is attached.  What am I doing wrong?

Cheers,

a

--MP_HWHab6uyRQwLtnMW2=Zh4aJ
Content-Type: text/x-log; name=cross-base.log
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=cross-base.log

export BOOT_TOOLS=${PWD}/boot-tools;\
	export FILESDIR=${BOOT_TOOLS}/usr/share/mk;\
	export BSDMAKE="${BOOT_TOOLS}/usr/bin/bsdmake -m ${FILESDIR}";\
	export DESTDIR=${PWD}/openbsd;\
	export SRCDIR=${PWD}/openbsd;\
	export SUDO=sudo;\
	export MAKEFLAGS=;\
	cd openbsd/src && sudo ${BSDMAKE} cross-helpers cross-dirs TARGET=pmonmips
mkdir -p /usr/cross/pmonmips
echo _MACHINE_ARCH |  cat /home/andy/src/R2_1_X_work/openbsd/src/sys/arch/pmonmips/include/param.h - |  grep -v '^#include' |  gcc -E -I/home/andy/src/R2_1_X_work/openbsd/src/sys/arch - |  sed -n '$p' >/usr/cross/pmonmips/TARGET_ARCH
eval `grep '^osr=' sys/conf/newvers.sh`;  sed "s/\$/el-unknown-openbsd$osr/" /usr/cross/pmonmips/TARGET_ARCH >  /usr/cross/pmonmips/TARGET_CANON
Creating CROSSDIR directories in cross-dirs target
export BOOT_TOOLS=${PWD}/boot-tools;\
	export FILESDIR=${BOOT_TOOLS}/usr/share/mk;\
	export BSDMAKE="${BOOT_TOOLS}/usr/bin/bsdmake -m ${FILESDIR}";\
	export DESTDIR=${PWD}/openbsd;\
	export SRCDIR=${PWD}/openbsd;\
	export SUDO=sudo;\
	export MAKEFLAGS=;\
	cd openbsd/src && sudo ${BSDMAKE} cross-includes TARGET=pmonmips
Creating CROSSDIR directories in cross-dirs target
export MACHINE=pmonmips MACHINE_ARCH=`cat /usr/cross/pmonmips/TARGET_ARCH`; /home/andy/src/R2_1_X_work/boot-tools/usr/bin/bsdmake DESTDIR=/usr/cross/pmonmips includes
(cd /home/andy/src/R2_1_X_work/openbsd/src/include; /home/andy/src/R2_1_X_work/boot-tools/usr/bin/bsdmake prereq; /home/andy/src/R2_1_X_work/boot-tools/usr/bin/bsdmake includes)
preparing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libssl
preparing in /home/andy/src/R2_1_X_work/openbsd/src/include/../usr.sbin/httpd
preparing in /home/andy/src/R2_1_X_work/openbsd/src/include/../gnu/egcs/libf2c
copies: crypto ddb dev isofs miscfs net netatalk netccitt netinet netinet6 netipx netiso netnatm netns neteee nfs scsi sys ufs uvm vm xfs
cd ../sys;  pax -rw -pa -L  `find crypto ddb dev isofs miscfs net netatalk netccitt netinet  netinet6 netipx netiso netnatm netns neteee nfs scsi sys ufs uvm vm xfs -follow -type f -name '*.h' '!' -path  'netiso/xebec/*' '!' -path 'dev/microcode/*'  -print` /usr/cross/pmonmips/usr/include
cd /usr/cross/pmonmips/usr/include && rm -rf pmonmips mips64 machine
install -d -o 0 -g 7 -m 755  /usr/cross/pmonmips/usr/include/pmonmips
pax -rw -pa -s "|\.\./sys/arch/pmonmips/include||"  ../sys/arch/pmonmips/include/*.h  /usr/cross/pmonmips/usr/include/pmonmips
if test pmonmips != mips64 -a  -d ../sys/arch/mips64/include; then  install -d -o 0 -g 7 -m 755  /usr/cross/pmonmips/usr/include/mips64;  pax -rw -pa -s "|\.\./sys/arch/mips64/include||"  ../sys/arch/mips64/include/*.h  /usr/cross/pmonmips/usr/include/mips64;  fi
ln -sf pmonmips /usr/cross/pmonmips/usr/include/machine;
installing a.out.h ar.h assert.h bitstring.h blf.h bm.h cast.h cpio.h ctype.h curses.h db.h dbm.h des.h dirent.h disktab.h elf_abi.h err.h fnmatch.h fstab.h fts.h glob.h grp.h ifaddrs.h inttypes.h iso646.h kvm.h langinfo.h libgen.h limits.h locale.h login_cap.h malloc.h math.h md4.h md5.h memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h olf_abi.h paths.h poll.h pwd.h ranlib.h re_comp.h regex.h resolv.h rmd160.h search.h setjmp.h sgtty.h sha1.h skipjack.h signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h utime.h utmp.h vis.h ieeefp.h
installing arpa protocols rpc rpcsvc
installing errno.h fcntl.h syslog.h termios.h
installing float.h frame.h stdarg.h varargs.h link.h dlfcn.h
chown -R 0:7 /usr/cross/pmonmips/usr/include
find /usr/cross/pmonmips/usr/include -type f |  xargs chmod a=r
find /usr/cross/pmonmips/usr/include -type d |  xargs chmod u=rwx,go=rx
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libc_r
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libcom_err
cd /home/andy/src/R2_1_X_work/openbsd/src/lib/libcom_err; cmp -s com_err.h /usr/cross/pmonmips/usr/include/com_err.h >  /dev/null 2>&1 ||  install -c -o 0 -g 7 -m 444 com_err.h  /usr/cross/pmonmips/usr/include/com_err.h
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libcompat
cmp -s regexp/regexp.h /usr/cross/pmonmips/usr/include/regexp.h || install -c -o 0 -g 7 -m 444 regexp/regexp.h /usr/cross/pmonmips/usr/include
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libcurses
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libcurses++
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libform
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libmenu
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libocurses
cd /home/andy/src/R2_1_X_work/openbsd/src/lib/libocurses; cmp -s curses.h /usr/cross/pmonmips/usr/include/ocurses.h ||  install -c -o 0 -g 7 -m 444  curses.h /usr/cross/pmonmips/usr/include/ocurses.h
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libossaudio
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libpanel
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/librpcsvc
install -d -o 0 -g 7 -m 755  /usr/cross/pmonmips/usr/include/rpcsvc
installing rpc .h and .x files
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libskey
cmp -s skey.h /usr/cross/pmonmips/usr/include/skey.h || install -c -o 0 -g 7 -m 444 skey.h /usr/cross/pmonmips/usr/include
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libedit
cd /home/andy/src/R2_1_X_work/openbsd/src/lib/libedit; cmp -s histedit.h /usr/cross/pmonmips/usr/include/histedit.h >  /dev/null 2>&1 ||  install -c -o 0 -g 7 -m 444 histedit.h  /usr/cross/pmonmips/usr/include
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libpcap
cmp -s pcap.h /usr/cross/pmonmips/usr/include/pcap.h || install -c -o 0 -g 7 -m 444 pcap.h /usr/cross/pmonmips/usr/include
cmp -s pcap-int.h /usr/cross/pmonmips/usr/include/pcap-int.h || install -c -o 0 -g 7 -m 444 pcap-int.h /usr/cross/pmonmips/usr/include
cmp -s pcap-namedb.h /usr/cross/pmonmips/usr/include/pcap-namedb.h || install -c -o 0 -g 7 -m 444 pcap-namedb.h /usr/cross/pmonmips/usr/include
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libutil
cmp -s util.h /usr/cross/pmonmips/usr/include/util.h || install -c -o 0 -g 7 -m 444 util.h /usr/cross/pmonmips/usr/include
cmp -s scsi.h /usr/cross/pmonmips/usr/include/scsi.h || install -c -o 0 -g 7 -m 444 scsi.h /usr/cross/pmonmips/usr/include
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libwrap
cmp -s tcpd.h /usr/cross/pmonmips/usr/include/tcpd.h || install -c -o 0 -g 7 -m 444 tcpd.h /usr/cross/pmonmips/usr/include
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libz
cmp -s zconf.h /usr/cross/pmonmips/usr/include/zconf.h || install -c -o 0 -g 7 -m 444 zconf.h /usr/cross/pmonmips/usr/include
cmp -s zlib.h /usr/cross/pmonmips/usr/include/zlib.h || install -c -o 0 -g 7 -m 444 zlib.h /usr/cross/pmonmips/usr/include
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libkeynote
cmp -s keynote.h /usr/cross/pmonmips/usr/include/keynote.h || install -c -o 0 -g 7 -m 444 keynote.h /usr/cross/pmonmips/usr/include
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../sys/arch/pmonmips
===> stand
===> stand/installboot
===> stand/bootxx
===> stand/boot.pmon
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/libssl
cd /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl && /home/andy/src/R2_1_X_work/boot-tools/usr/bin/bsdmake includes
===> crypto
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/asn1.h >/tmp/libsslPyepN27759/asn1.h && (cmp -s /tmp/libsslPyepN27759/asn1.h /usr/cross/pmonmips/usr/include/ssl/asn1.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/asn1.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/dh.h >/tmp/libsslPyepN27759/dh.h && (cmp -s /tmp/libsslPyepN27759/dh.h /usr/cross/pmonmips/usr/include/ssl/dh.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/dh.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/md5.h >/tmp/libsslPyepN27759/md5.h && (cmp -s /tmp/libsslPyepN27759/md5.h /usr/cross/pmonmips/usr/include/ssl/md5.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/md5.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/rc4.h >/tmp/libsslPyepN27759/rc4.h && (cmp -s /tmp/libsslPyepN27759/rc4.h /usr/cross/pmonmips/usr/include/ssl/rc4.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/rc4.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/stack.h >/tmp/libsslPyepN27759/stack.h && (cmp -s /tmp/libsslPyepN27759/stack.h /usr/cross/pmonmips/usr/include/ssl/stack.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/stack.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/asn1_mac.h >/tmp/libsslPyepN27759/asn1_mac.h && (cmp -s /tmp/libsslPyepN27759/asn1_mac.h /usr/cross/pmonmips/usr/include/ssl/asn1_mac.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/asn1_mac.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/dsa.h >/tmp/libsslPyepN27759/dsa.h && (cmp -s /tmp/libsslPyepN27759/dsa.h /usr/cross/pmonmips/usr/include/ssl/dsa.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/dsa.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/mdc2.h >/tmp/libsslPyepN27759/mdc2.h && (cmp -s /tmp/libsslPyepN27759/mdc2.h /usr/cross/pmonmips/usr/include/ssl/mdc2.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/mdc2.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/rc5.h >/tmp/libsslPyepN27759/rc5.h && (cmp -s /tmp/libsslPyepN27759/rc5.h /usr/cross/pmonmips/usr/include/ssl/rc5.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/rc5.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/tls1.h >/tmp/libsslPyepN27759/tls1.h && (cmp -s /tmp/libsslPyepN27759/tls1.h /usr/cross/pmonmips/usr/include/ssl/tls1.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/tls1.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/bio.h >/tmp/libsslPyepN27759/bio.h && (cmp -s /tmp/libsslPyepN27759/bio.h /usr/cross/pmonmips/usr/include/ssl/bio.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/bio.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/e_os.h >/tmp/libsslPyepN27759/e_os.h && (cmp -s /tmp/libsslPyepN27759/e_os.h /usr/cross/pmonmips/usr/include/ssl/e_os.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/e_os.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/objects.h >/tmp/libsslPyepN27759/objects.h && (cmp -s /tmp/libsslPyepN27759/objects.h /usr/cross/pmonmips/usr/include/ssl/objects.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/objects.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/ripemd.h >/tmp/libsslPyepN27759/ripemd.h && (cmp -s /tmp/libsslPyepN27759/ripemd.h /usr/cross/pmonmips/usr/include/ssl/ripemd.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/ripemd.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/tmdiff.h >/tmp/libsslPyepN27759/tmdiff.h && (cmp -s /tmp/libsslPyepN27759/tmdiff.h /usr/cross/pmonmips/usr/include/ssl/tmdiff.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/tmdiff.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/blowfish.h >/tmp/libsslPyepN27759/blowfish.h && (cmp -s /tmp/libsslPyepN27759/blowfish.h /usr/cross/pmonmips/usr/include/ssl/blowfish.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/blowfish.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/e_os2.h >/tmp/libsslPyepN27759/e_os2.h && (cmp -s /tmp/libsslPyepN27759/e_os2.h /usr/cross/pmonmips/usr/include/ssl/e_os2.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/e_os2.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/opensslconf.h >/tmp/libsslPyepN27759/opensslconf.h && (cmp -s /tmp/libsslPyepN27759/opensslconf.h /usr/cross/pmonmips/usr/include/ssl/opensslconf.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/opensslconf.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/rsa.h >/tmp/libsslPyepN27759/rsa.h && (cmp -s /tmp/libsslPyepN27759/rsa.h /usr/cross/pmonmips/usr/include/ssl/rsa.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/rsa.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/txt_db.h >/tmp/libsslPyepN27759/txt_db.h && (cmp -s /tmp/libsslPyepN27759/txt_db.h /usr/cross/pmonmips/usr/include/ssl/txt_db.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/txt_db.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/bn.h >/tmp/libsslPyepN27759/bn.h && (cmp -s /tmp/libsslPyepN27759/bn.h /usr/cross/pmonmips/usr/include/ssl/bn.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/bn.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/ebcdic.h >/tmp/libsslPyepN27759/ebcdic.h && (cmp -s /tmp/libsslPyepN27759/ebcdic.h /usr/cross/pmonmips/usr/include/ssl/ebcdic.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/ebcdic.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/opensslv.h >/tmp/libsslPyepN27759/opensslv.h && (cmp -s /tmp/libsslPyepN27759/opensslv.h /usr/cross/pmonmips/usr/include/ssl/opensslv.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/opensslv.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/rsaref.h >/tmp/libsslPyepN27759/rsaref.h && (cmp -s /tmp/libsslPyepN27759/rsaref.h /usr/cross/pmonmips/usr/include/ssl/rsaref.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/rsaref.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/x509.h >/tmp/libsslPyepN27759/x509.h && (cmp -s /tmp/libsslPyepN27759/x509.h /usr/cross/pmonmips/usr/include/ssl/x509.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/x509.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/buffer.h >/tmp/libsslPyepN27759/buffer.h && (cmp -s /tmp/libsslPyepN27759/buffer.h /usr/cross/pmonmips/usr/include/ssl/buffer.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/buffer.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/err.h >/tmp/libsslPyepN27759/err.h && (cmp -s /tmp/libsslPyepN27759/err.h /usr/cross/pmonmips/usr/include/ssl/err.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/err.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/pem.h >/tmp/libsslPyepN27759/pem.h && (cmp -s /tmp/libsslPyepN27759/pem.h /usr/cross/pmonmips/usr/include/ssl/pem.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/pem.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/safestack.h >/tmp/libsslPyepN27759/safestack.h && (cmp -s /tmp/libsslPyepN27759/safestack.h /usr/cross/pmonmips/usr/include/ssl/safestack.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/safestack.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/x509_vfy.h >/tmp/libsslPyepN27759/x509_vfy.h && (cmp -s /tmp/libsslPyepN27759/x509_vfy.h /usr/cross/pmonmips/usr/include/ssl/x509_vfy.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/x509_vfy.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/cast.h >/tmp/libsslPyepN27759/cast.h && (cmp -s /tmp/libsslPyepN27759/cast.h /usr/cross/pmonmips/usr/include/ssl/cast.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/cast.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/evp.h >/tmp/libsslPyepN27759/evp.h && (cmp -s /tmp/libsslPyepN27759/evp.h /usr/cross/pmonmips/usr/include/ssl/evp.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/evp.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/pem2.h >/tmp/libsslPyepN27759/pem2.h && (cmp -s /tmp/libsslPyepN27759/pem2.h /usr/cross/pmonmips/usr/include/ssl/pem2.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/pem2.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/sha.h >/tmp/libsslPyepN27759/sha.h && (cmp -s /tmp/libsslPyepN27759/sha.h /usr/cross/pmonmips/usr/include/ssl/sha.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/sha.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/x509v3.h >/tmp/libsslPyepN27759/x509v3.h && (cmp -s /tmp/libsslPyepN27759/x509v3.h /usr/cross/pmonmips/usr/include/ssl/x509v3.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/x509v3.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/comp.h >/tmp/libsslPyepN27759/comp.h && (cmp -s /tmp/libsslPyepN27759/comp.h /usr/cross/pmonmips/usr/include/ssl/comp.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/comp.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/hmac.h >/tmp/libsslPyepN27759/hmac.h && (cmp -s /tmp/libsslPyepN27759/hmac.h /usr/cross/pmonmips/usr/include/ssl/hmac.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/hmac.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/pkcs12.h >/tmp/libsslPyepN27759/pkcs12.h && (cmp -s /tmp/libsslPyepN27759/pkcs12.h /usr/cross/pmonmips/usr/include/ssl/pkcs12.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/pkcs12.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/ssl.h >/tmp/libsslPyepN27759/ssl.h && (cmp -s /tmp/libsslPyepN27759/ssl.h /usr/cross/pmonmips/usr/include/ssl/ssl.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/ssl.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/conf.h >/tmp/libsslPyepN27759/conf.h && (cmp -s /tmp/libsslPyepN27759/conf.h /usr/cross/pmonmips/usr/include/ssl/conf.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/conf.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/idea.h >/tmp/libsslPyepN27759/idea.h && (cmp -s /tmp/libsslPyepN27759/idea.h /usr/cross/pmonmips/usr/include/ssl/idea.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/idea.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/pkcs7.h >/tmp/libsslPyepN27759/pkcs7.h && (cmp -s /tmp/libsslPyepN27759/pkcs7.h /usr/cross/pmonmips/usr/include/ssl/pkcs7.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/pkcs7.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/ssl2.h >/tmp/libsslPyepN27759/ssl2.h && (cmp -s /tmp/libsslPyepN27759/ssl2.h /usr/cross/pmonmips/usr/include/ssl/ssl2.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/ssl2.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/crypto.h >/tmp/libsslPyepN27759/crypto.h && (cmp -s /tmp/libsslPyepN27759/crypto.h /usr/cross/pmonmips/usr/include/ssl/crypto.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/crypto.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/lhash.h >/tmp/libsslPyepN27759/lhash.h && (cmp -s /tmp/libsslPyepN27759/lhash.h /usr/cross/pmonmips/usr/include/ssl/lhash.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/lhash.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/rand.h >/tmp/libsslPyepN27759/rand.h && (cmp -s /tmp/libsslPyepN27759/rand.h /usr/cross/pmonmips/usr/include/ssl/rand.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/rand.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/ssl23.h >/tmp/libsslPyepN27759/ssl23.h && (cmp -s /tmp/libsslPyepN27759/ssl23.h /usr/cross/pmonmips/usr/include/ssl/ssl23.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/ssl23.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/des.h >/tmp/libsslPyepN27759/des.h && (cmp -s /tmp/libsslPyepN27759/des.h /usr/cross/pmonmips/usr/include/ssl/des.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/des.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/md2.h >/tmp/libsslPyepN27759/md2.h && (cmp -s /tmp/libsslPyepN27759/md2.h /usr/cross/pmonmips/usr/include/ssl/md2.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/md2.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/rc2.h >/tmp/libsslPyepN27759/rc2.h && (cmp -s /tmp/libsslPyepN27759/rc2.h /usr/cross/pmonmips/usr/include/ssl/rc2.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/rc2.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' /home/andy/src/R2_1_X_work/openbsd/src/lib/libssl/crypto/../src/include/openssl/ssl3.h >/tmp/libsslPyepN27759/ssl3.h && (cmp -s /tmp/libsslPyepN27759/ssl3.h /usr/cross/pmonmips/usr/include/ssl/ssl3.h || install -c -o 0 -g 7 -m 444 /tmp/libsslPyepN27759/ssl3.h /usr/cross/pmonmips/usr/include/ssl)
===> ssl
sed 's/<openssl/<ssl/' ssl.h >/tmp/libssltAHXC28023/ssl.h && (cmp -s /tmp/libssltAHXC28023/ssl.h /usr/cross/pmonmips/usr/include/ssl/ssl.h || install -c -o 0 -g 7 -m 444 /tmp/libssltAHXC28023/ssl.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' ssl2.h >/tmp/libssltAHXC28023/ssl2.h && (cmp -s /tmp/libssltAHXC28023/ssl2.h /usr/cross/pmonmips/usr/include/ssl/ssl2.h || install -c -o 0 -g 7 -m 444 /tmp/libssltAHXC28023/ssl2.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' ssl3.h >/tmp/libssltAHXC28023/ssl3.h && (cmp -s /tmp/libssltAHXC28023/ssl3.h /usr/cross/pmonmips/usr/include/ssl/ssl3.h || install -c -o 0 -g 7 -m 444 /tmp/libssltAHXC28023/ssl3.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' ssl23.h >/tmp/libssltAHXC28023/ssl23.h && (cmp -s /tmp/libssltAHXC28023/ssl23.h /usr/cross/pmonmips/usr/include/ssl/ssl23.h || install -c -o 0 -g 7 -m 444 /tmp/libssltAHXC28023/ssl23.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' ssl_locl.h >/tmp/libssltAHXC28023/ssl_locl.h && (cmp -s /tmp/libssltAHXC28023/ssl_locl.h /usr/cross/pmonmips/usr/include/ssl/ssl_locl.h || install -c -o 0 -g 7 -m 444 /tmp/libssltAHXC28023/ssl_locl.h /usr/cross/pmonmips/usr/include/ssl)
sed 's/<openssl/<ssl/' tls1.h >/tmp/libssltAHXC28023/tls1.h && (cmp -s /tmp/libssltAHXC28023/tls1.h /usr/cross/pmonmips/usr/include/ssl/tls1.h || install -c -o 0 -g 7 -m 444 /tmp/libssltAHXC28023/tls1.h /usr/cross/pmonmips/usr/include/ssl)
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../gnu/lib/libgmp
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../usr.sbin/httpd
Installing /usr/cross/pmonmips/usr/lib/apache/include/alloc.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap_compat.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap_config.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap_config_auto.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap_ctx.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap_ctype.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap_hook.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap_md5.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap_mm.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap_mmn.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/ap_sha1.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/buff.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/compat.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/conf.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/explain.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/fnmatch.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/hsregex.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/http_conf_globals.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/http_config.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/http_core.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/http_log.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/http_main.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/http_protocol.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/http_request.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/http_vhost.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/httpd.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/multithread.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/rfc1413.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/scoreboard.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/util_date.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/util_md5.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/util_script.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/os-inline.c
Installing /usr/cross/pmonmips/usr/lib/apache/include/os.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/util_uri.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/asciitab.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/hashtable.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/iasciitab.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/latin1tab.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/nametab.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/utf8tab.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/xmldef.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/xmlparse.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/xmlrole.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/xmltok.h
Installing /usr/cross/pmonmips/usr/lib/apache/include/xml/xmltok_impl.h
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../lib/readline-4.1
install -d -o 0 -g 7 /usr/cross/pmonmips/usr/include/readline
install -o 0 -g 7 chardefs.h /usr/cross/pmonmips/usr/include/readline/chardefs.h
install -o 0 -g 7 history.h /usr/cross/pmonmips/usr/include/readline/history.h
install -o 0 -g 7 keymaps.h /usr/cross/pmonmips/usr/include/readline/keymaps.h
install -o 0 -g 7 readline.h /usr/cross/pmonmips/usr/include/readline/readline.h
install -o 0 -g 7 rlconf.h /usr/cross/pmonmips/usr/include/readline/rlconf.h
install -o 0 -g 7 rlstdc.h /usr/cross/pmonmips/usr/include/readline/rlstdc.h
install -o 0 -g 7 tilde.h /usr/cross/pmonmips/usr/include/readline/tilde.h
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../gnu/egcs/libio
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../gnu/egcs/libstdc++
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../gnu/egcs/libf2c
install -c -o 0 -g 7 -m 444  /home/andy/src/R2_1_X_work/openbsd/src/gnu/egcs/libf2c/f2c.h /usr/cross/pmonmips/usr/include
install -c -o 0 -g 7 -m 444  g2c.h /usr/cross/pmonmips/usr/include
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../gnu/egcs/libobjc
install -d -m 755 -o 0 -g 7  /usr/cross/pmonmips/usr/include/objc
installing in /home/andy/src/R2_1_X_work/openbsd/src/include/../gnu/egcs/gcc
export BOOT_TOOLS=${PWD}/boot-tools;\
	export FILESDIR=${BOOT_TOOLS}/usr/share/mk;\
	export BSDMAKE="${BOOT_TOOLS}/usr/bin/bsdmake -m ${FILESDIR}";\
	export DESTDIR=${PWD}/openbsd;\
	export SRCDIR=${PWD}/openbsd;\
	export SUDO=sudo;\
	export MAKEFLAGS=;\
	cd openbsd/src && sudo ${BSDMAKE} cross-binutils TARGET=pmonmips
Creating CROSSDIR directories in cross-dirs target
export BSDSRCDIR=`pwd`;  (cd /home/andy/src/R2_1_X_work/openbsd/src/gnu/usr.bin/binutils;  BSDOBJDIR=/usr/cross/pmonmips/usr/obj  MAKEOBJDIR=obj.unknown.pmonmips  /home/andy/src/R2_1_X_work/boot-tools/usr/bin/bsdmake -f Makefile.bsd-wrapper obj);  (cd /home/andy/src/R2_1_X_work/openbsd/src/gnu/usr.bin/binutils;  /bin/sh /home/andy/src/R2_1_X_work/openbsd/src/gnu/usr.bin/binutils/configure  --prefix /usr/cross/pmonmips/usr  --target `cat /usr/cross/pmonmips/TARGET_CANON` &&  gmake LDFLAGS=-ldl && gmake LDFLAGS=-ldl DESTDIR=/usr/cross/pmonmips install)
/home/andy/src/R2_1_X_work/openbsd/src/gnu/usr.bin/binutils/obj.unknown.pmonmips -> /usr/cross/pmonmips/usr/obj/gnu/usr.bin/binutils
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /home/andy/src/R2_1_X_work/openbsd/src/gnu/usr.bin/binutils using "config/mh-linux"
./config.status is unchanged
configure: warning: Can't find Tcl configuration definitions
gmake[1]: Entering directory `/home/andy/src/R2_1_X_work/openbsd/src/gnu/usr.bin/binutils/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh ./../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd.h
if [ -n "" ] && [ ! -d pic ]; then \
	  mkdir pic; \
	else true; fi
touch stamp-picdir
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g archive.c -o pic/archive.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g archive.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DDEFAULT_VECTOR=bfd_elf32_littlemips_vec -DSELECT_VECS='&bfd_elf32_littlemips_vec,&bfd_elf32_bigmips_vec' -DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf32_bigmips_vec -DNETBSD_CORE   -I. -I. -I./../include  -g ./archures.c -o pic/archures.o; \
	else true; fi
gcc -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlemips_vec -DSELECT_VECS='&bfd_elf32_littlemips_vec,&bfd_elf32_bigmips_vec' -DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf32_bigmips_vec -DNETBSD_CORE   -I. -I. -I./../include  -g ./archures.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g bfd.c -o pic/bfd.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g bfd.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g cache.c -o pic/cache.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g cache.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g coffgen.c -o pic/coffgen.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g coffgen.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g corefile.c -o pic/corefile.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g corefile.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g format.c -o pic/format.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g format.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g init.c -o pic/init.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g init.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g libbfd.c -o pic/libbfd.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g libbfd.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g opncls.c -o pic/opncls.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g opncls.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g reloc.c -o pic/reloc.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g reloc.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g section.c -o pic/section.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g section.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g syms.c -o pic/syms.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g syms.c
rm -f targmatch.h
sed -f ./targmatch.sed < ./config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
if [ -n "" ]; then \
	  gcc -O2 -c  -DDEFAULT_VECTOR=bfd_elf32_littlemips_vec -DSELECT_VECS='&bfd_elf32_littlemips_vec,&bfd_elf32_bigmips_vec' -DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf32_bigmips_vec -DNETBSD_CORE   -I. -I. -I./../include  -g ./targets.c -o pic/targets.o; \
	else true; fi
gcc -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlemips_vec -DSELECT_VECS='&bfd_elf32_littlemips_vec,&bfd_elf32_bigmips_vec' -DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf32_bigmips_vec -DNETBSD_CORE   -I. -I. -I./../include  -g ./targets.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g hash.c -o pic/hash.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g hash.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g linker.c -o pic/linker.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g linker.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g elf.c -o pic/elf.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g elf.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g srec.c -o pic/srec.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g srec.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g binary.c -o pic/binary.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g binary.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g tekhex.c -o pic/tekhex.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g tekhex.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g ihex.c -o pic/ihex.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g ihex.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g stabs.c -o pic/stabs.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g stabs.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g stab-syms.c -o pic/stab-syms.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g stab-syms.c
rm -f elf32-target.h
sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new
mv -f elf32-target.new elf32-target.h
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g elf32-mips.c -o pic/elf32-mips.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g elf32-mips.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g elf32.c -o pic/elf32.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g elf32.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g elflink.c -o pic/elflink.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g elflink.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g ecofflink.c -o pic/ecofflink.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g ecofflink.c
if [ -n "" ]; then \
	  gcc -O2 -c  -DNETBSD_CORE   -I. -I. -I./../include  -g cpu-mips.c -o pic/cpu-mips.o; \
	else true; fi
gcc -O2 -c -DNETBSD_CORE   -I. -I. -I./../include  -g cpu-mips.c
gcc -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlemips_vec -DSELECT_VECS='&bfd_elf32_littlemips_vec,&bfd_elf32_bigmips_vec' -DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf32_bigmips_vec -DNETBSD_CORE   -I. -I. -I./../include  -g ./netbsd-core.c\
	-I../../../../../usr/cross/pmonmips/usr/include -o netbsd-core.o
gcc: ./netbsd-core.c-I../../../../../usr/cross/pmonmips/usr/include: No such file or directory
gcc: no input files
gmake[1]: *** [netbsd-core.o] Error 1
gmake[1]: Leaving directory `/home/andy/src/R2_1_X_work/openbsd/src/gnu/usr.bin/binutils/bfd'
gmake: *** [all-bfd] Error 2
*** Error code 2

Stop in /home/andy/src/R2_1_X_work/openbsd/src (line 216 of Makefile).
make: *** [bsd-cross-binutils] Error 1

--MP_HWHab6uyRQwLtnMW2=Zh4aJ--
