__udivdi3 seems to be defined in libgcc.a, but in openssh ld complains of undefined reference

David Wuertele dave-gnus@bfnet.com
Fri Mar 31 23:58:00 GMT 2006


I used crosstool-0.42 to build a gcc-3.3.3-glibc-2.3.2
"mipsel-dave-linux-gnu" toolchain.  This toolchain works great for me
in every way but one: I'm unable to compile openssh.  The
openssh-4.3p2 build complains:

  mipsel-dave-linux-gnu-ld: warning: cannot find entry symbol __start; defaulting to 0000000000411290
  /tools/targets/RELEASE/staging/lib/libcrypto.a(bn_div.o)(.text+0x338): In function `BN_div':
  : undefined reference to `__udivdi3'

There are other symbols that it complains about (see below for my
entire openssh build log -- the errors are at the very bottom).  

I ran nm on my libgcc.a thusly, does this output mean that the
required object is defined?

  $ /tools/gcc-3.3.3-glibc-2.3.2/mipsel-dave-linux-gnu/bin/mipsel-dave-linux-gnu-nm /tools/gcc-3.3.3-glibc-2.3.2/mipsel-dave-linux-gnu/lib/gcc-lib/mipsel-dave-linux-gnu/3.3.3/libgcc.a | grep -C 1 udivdi3

  _udivdi3.oS:
           U __clz_tab
           U _gp_disp
  00000000 T __udivdi3

  $ 

Any suggestions on how to get ld to link openssh?
Thanks.

Here is my mipsel-dave-linux-gnu.crosstoolconfig.txt:

  AR=
  BINUTILS_DIR=binutils-2.14
  BINUTILS_EXTRA_CONFIG=
  BUILD=i686-pc-linux-gnu
  BUILD_DIR=/tools/crosstool-0.42/build/mipsel-dave-linux-gnu/gcc-3.3.3-glibc-2.3.2
  CC=
  DEJAGNU=
  EXTRA_TARGET_CFLAGS=
  GCC_BUILD=
  GCC_CORE_DIR=gcc-3.3.3
  GCC_DIR=gcc-3.3.3
  GCC_EXTRA_CONFIG=--with-float=soft
  GCC_HOST=
  GCC_LANGUAGES=c,c++
  GDB_DIR=
  GLIBC_ADDON_OPTIONS==linuxthreads,
  GLIBC_DIR=glibc-2.3.2
  GLIBC_EXTRA_CC_ARGS=
  GLIBC_EXTRA_CONFIG=--without-fp
  GLIBC_EXTRA_ENV=
  JUST_DOWNLOAD=
  KERNELCONFIG=
  LINUX_DIR=linux-2.4.18-ati
  LINUX_SANITIZED_HEADER_DIR=
  NO_DOWNLOAD=
  PREFIX=/tools/gcc-3.3.3-glibc-2.3.2/mipsel-dave-linux-gnu
  PTXDIST_DIR=ptxdist-testing-20031113
  SHARED_MODE=--enable-shared
  SRC_DIR=/tools/crosstool-0.42/build/mipsel-dave-linux-gnu/gcc-3.3.3-glibc-2.3.2
  TARBALLS_DIR=/tools/thirdparty/kegel.com/tarballs
  TARGET=mipsel-dave-linux-gnu
  TARGET_CFLAGS=-O2 -finline-limit=10000
  TOP_DIR=/tools/crosstool-0.42
  USE_SYSROOT=

Here is my entire openssh build:

  $ make ssh
  rm -rf /tools/targets/RELEASE/openssh-4.3p2
  mkdir -p /tools/targets/RELEASE
  cd /tools/targets/RELEASE && tar xvzf /tools/thirdparty/kegel.com/tarballs/openssh-4.3p2.tar.gz
  openssh-4.3p2
  openssh-4.3p2/uidswap.c
  openssh-4.3p2/.cvsignore
  openssh-4.3p2/CREDITS
  openssh-4.3p2/ChangeLog
  openssh-4.3p2/INSTALL
  openssh-4.3p2/LICENCE
  openssh-4.3p2/Makefile.in
  openssh-4.3p2/OVERVIEW
  openssh-4.3p2/README
  openssh-4.3p2/README.dns
  openssh-4.3p2/README.platform
  openssh-4.3p2/README.privsep
  openssh-4.3p2/README.smartcard
  openssh-4.3p2/README.tun
  openssh-4.3p2/RFC.nroff
  openssh-4.3p2/TODO
  openssh-4.3p2/WARNING.RNG
  openssh-4.3p2/aclocal.m4
  openssh-4.3p2/acss.c
  openssh-4.3p2/acss.h
  openssh-4.3p2/atomicio.c
  openssh-4.3p2/atomicio.h
  openssh-4.3p2/audit-bsm.c
  openssh-4.3p2/audit.c
  openssh-4.3p2/audit.h
  openssh-4.3p2/auth-bsdauth.c
  openssh-4.3p2/auth-chall.c
  openssh-4.3p2/auth-krb5.c
  openssh-4.3p2/auth-options.c
  openssh-4.3p2/auth-options.h
  openssh-4.3p2/auth-pam.c
  openssh-4.3p2/auth-pam.h
  openssh-4.3p2/auth-passwd.c
  openssh-4.3p2/auth-rh-rsa.c
  openssh-4.3p2/auth-rhosts.c
  openssh-4.3p2/auth-rsa.c
  openssh-4.3p2/auth-shadow.c
  openssh-4.3p2/auth-sia.c
  openssh-4.3p2/auth-sia.h
  openssh-4.3p2/auth-skey.c
  openssh-4.3p2/auth.c
  openssh-4.3p2/auth.h
  openssh-4.3p2/auth1.c
  openssh-4.3p2/auth2-chall.c
  openssh-4.3p2/auth2-gss.c
  openssh-4.3p2/auth2-hostbased.c
  openssh-4.3p2/auth2-kbdint.c
  openssh-4.3p2/auth2-none.c
  openssh-4.3p2/auth2-passwd.c
  openssh-4.3p2/auth2-pubkey.c
  openssh-4.3p2/auth2.c
  openssh-4.3p2/authfd.c
  openssh-4.3p2/authfd.h
  openssh-4.3p2/authfile.c
  openssh-4.3p2/authfile.h
  openssh-4.3p2/bufaux.c
  openssh-4.3p2/bufaux.h
  openssh-4.3p2/buffer.c
  openssh-4.3p2/buffer.h
  openssh-4.3p2/buildpkg.sh.in
  openssh-4.3p2/canohost.c
  openssh-4.3p2/canohost.h
  openssh-4.3p2/channels.c
  openssh-4.3p2/channels.h
  openssh-4.3p2/cipher-3des1.c
  openssh-4.3p2/cipher-acss.c
  openssh-4.3p2/cipher-aes.c
  openssh-4.3p2/cipher-bf1.c
  openssh-4.3p2/cipher-ctr.c
  openssh-4.3p2/cipher.c
  openssh-4.3p2/cipher.h
  openssh-4.3p2/cleanup.c
  openssh-4.3p2/clientloop.c
  openssh-4.3p2/clientloop.h
  openssh-4.3p2/compat.c
  openssh-4.3p2/compat.h
  openssh-4.3p2/compress.c
  openssh-4.3p2/compress.h
  openssh-4.3p2/config.guess
  openssh-4.3p2/config.sub
  openssh-4.3p2/configure.ac
  openssh-4.3p2/crc32.c
  openssh-4.3p2/crc32.h
  openssh-4.3p2/deattack.c
  openssh-4.3p2/deattack.h
  openssh-4.3p2/defines.h
  openssh-4.3p2/dh.c
  openssh-4.3p2/dh.h
  openssh-4.3p2/dispatch.c
  openssh-4.3p2/dispatch.h
  openssh-4.3p2/dns.c
  openssh-4.3p2/dns.h
  openssh-4.3p2/entropy.c
  openssh-4.3p2/entropy.h
  openssh-4.3p2/fatal.c
  openssh-4.3p2/fixpaths
  openssh-4.3p2/fixprogs
  openssh-4.3p2/getput.h
  openssh-4.3p2/groupaccess.c
  openssh-4.3p2/groupaccess.h
  openssh-4.3p2/gss-genr.c
  openssh-4.3p2/gss-serv-krb5.c
  openssh-4.3p2/gss-serv.c
  openssh-4.3p2/hostfile.c
  openssh-4.3p2/hostfile.h
  openssh-4.3p2/includes.h
  openssh-4.3p2/install-sh
  openssh-4.3p2/kex.c
  openssh-4.3p2/kex.h
  openssh-4.3p2/kexdh.c
  openssh-4.3p2/kexdhc.c
  openssh-4.3p2/kexdhs.c
  openssh-4.3p2/kexgex.c
  openssh-4.3p2/kexgexc.c
  openssh-4.3p2/kexgexs.c
  openssh-4.3p2/key.c
  openssh-4.3p2/key.h
  openssh-4.3p2/log.c
  openssh-4.3p2/log.h
  openssh-4.3p2/loginrec.c
  openssh-4.3p2/loginrec.h
  openssh-4.3p2/logintest.c
  openssh-4.3p2/mac.c
  openssh-4.3p2/mac.h
  openssh-4.3p2/match.c
  openssh-4.3p2/match.h
  openssh-4.3p2/md5crypt.c
  openssh-4.3p2/md5crypt.h
  openssh-4.3p2/mdoc2man.awk
  openssh-4.3p2/misc.c
  openssh-4.3p2/misc.h
  openssh-4.3p2/mkinstalldirs
  openssh-4.3p2/moduli
  openssh-4.3p2/moduli.c
  openssh-4.3p2/monitor.c
  openssh-4.3p2/monitor.h
  openssh-4.3p2/monitor_fdpass.c
  openssh-4.3p2/monitor_fdpass.h
  openssh-4.3p2/monitor_mm.c
  openssh-4.3p2/monitor_mm.h
  openssh-4.3p2/monitor_wrap.c
  openssh-4.3p2/monitor_wrap.h
  openssh-4.3p2/msg.c
  openssh-4.3p2/msg.h
  openssh-4.3p2/myproposal.h
  openssh-4.3p2/nchan.c
  openssh-4.3p2/nchan.ms
  openssh-4.3p2/nchan2.ms
  openssh-4.3p2/opensshd.init.in
  openssh-4.3p2/packet.c
  openssh-4.3p2/packet.h
  openssh-4.3p2/pathnames.h
  openssh-4.3p2/progressmeter.c
  openssh-4.3p2/progressmeter.h
  openssh-4.3p2/readconf.c
  openssh-4.3p2/readconf.h
  openssh-4.3p2/readpass.c
  openssh-4.3p2/rijndael.c
  openssh-4.3p2/rijndael.h
  openssh-4.3p2/rsa.c
  openssh-4.3p2/rsa.h
  openssh-4.3p2/scard-opensc.c
  openssh-4.3p2/scard.c
  openssh-4.3p2/scard.h
  openssh-4.3p2/scp.1
  openssh-4.3p2/scp.c
  openssh-4.3p2/servconf.c
  openssh-4.3p2/servconf.h
  openssh-4.3p2/serverloop.c
  openssh-4.3p2/serverloop.h
  openssh-4.3p2/session.c
  openssh-4.3p2/session.h
  openssh-4.3p2/sftp-client.c
  openssh-4.3p2/sftp-client.h
  openssh-4.3p2/sftp-common.c
  openssh-4.3p2/sftp-common.h
  openssh-4.3p2/sftp-glob.c
  openssh-4.3p2/sftp-server.8
  openssh-4.3p2/sftp-server.c
  openssh-4.3p2/sftp.1
  openssh-4.3p2/sftp.c
  openssh-4.3p2/sftp.h
  openssh-4.3p2/ssh-add.1
  openssh-4.3p2/ssh-add.c
  openssh-4.3p2/ssh-agent.1
  openssh-4.3p2/ssh-agent.c
  openssh-4.3p2/ssh-dss.c
  openssh-4.3p2/ssh-gss.h
  openssh-4.3p2/ssh-keygen.1
  openssh-4.3p2/ssh-keygen.c
  openssh-4.3p2/ssh-keyscan.1
  openssh-4.3p2/ssh-keyscan.c
  openssh-4.3p2/ssh-keysign.8
  openssh-4.3p2/ssh-keysign.c
  openssh-4.3p2/ssh-rand-helper.8
  openssh-4.3p2/ssh-rand-helper.c
  openssh-4.3p2/ssh-rsa.c
  openssh-4.3p2/ssh.1
  openssh-4.3p2/ssh.c
  openssh-4.3p2/ssh.h
  openssh-4.3p2/ssh1.h
  openssh-4.3p2/ssh2.h
  openssh-4.3p2/ssh_config
  openssh-4.3p2/ssh_config.5
  openssh-4.3p2/ssh_prng_cmds.in
  openssh-4.3p2/sshconnect.c
  openssh-4.3p2/sshconnect.h
  openssh-4.3p2/sshconnect1.c
  openssh-4.3p2/sshconnect2.c
  openssh-4.3p2/sshd.8
  openssh-4.3p2/sshd.c
  openssh-4.3p2/sshd_config
  openssh-4.3p2/sshd_config.5
  openssh-4.3p2/sshlogin.c
  openssh-4.3p2/sshlogin.h
  openssh-4.3p2/sshpty.c
  openssh-4.3p2/sshpty.h
  openssh-4.3p2/sshtty.c
  openssh-4.3p2/survey.sh.in
  openssh-4.3p2/ttymodes.c
  openssh-4.3p2/ttymodes.h
  openssh-4.3p2/contrib
  openssh-4.3p2/contrib/aix
  openssh-4.3p2/contrib/aix/buildbff.sh
  openssh-4.3p2/contrib/aix/README
  openssh-4.3p2/contrib/aix/inventory.sh
  openssh-4.3p2/contrib/aix/pam.conf
  openssh-4.3p2/contrib/Makefile
  openssh-4.3p2/contrib/README
  openssh-4.3p2/contrib/findssl.sh
  openssh-4.3p2/contrib/gnome-ssh-askpass1.c
  openssh-4.3p2/contrib/gnome-ssh-askpass2.c
  openssh-4.3p2/contrib/ssh-copy-id
  openssh-4.3p2/contrib/ssh-copy-id.1
  openssh-4.3p2/contrib/sshd.pam.freebsd
  openssh-4.3p2/contrib/sshd.pam.generic
  openssh-4.3p2/contrib/caldera
  openssh-4.3p2/contrib/caldera/openssh.spec
  openssh-4.3p2/contrib/caldera/ssh-host-keygen
  openssh-4.3p2/contrib/caldera/sshd.init
  openssh-4.3p2/contrib/caldera/sshd.pam
  openssh-4.3p2/contrib/cygwin
  openssh-4.3p2/contrib/cygwin/Makefile
  openssh-4.3p2/contrib/cygwin/README
  openssh-4.3p2/contrib/cygwin/ssh-host-config
  openssh-4.3p2/contrib/cygwin/ssh-user-config
  openssh-4.3p2/contrib/hpux
  openssh-4.3p2/contrib/hpux/sshd.rc
  openssh-4.3p2/contrib/hpux/README
  openssh-4.3p2/contrib/hpux/egd
  openssh-4.3p2/contrib/hpux/egd.rc
  openssh-4.3p2/contrib/hpux/sshd
  openssh-4.3p2/contrib/redhat
  openssh-4.3p2/contrib/redhat/gnome-ssh-askpass.csh
  openssh-4.3p2/contrib/redhat/gnome-ssh-askpass.sh
  openssh-4.3p2/contrib/redhat/openssh.spec
  openssh-4.3p2/contrib/redhat/sshd.init
  openssh-4.3p2/contrib/redhat/sshd.init.old
  openssh-4.3p2/contrib/redhat/sshd.pam
  openssh-4.3p2/contrib/redhat/sshd.pam.old
  openssh-4.3p2/contrib/solaris
  openssh-4.3p2/contrib/solaris/README
  openssh-4.3p2/contrib/suse
  openssh-4.3p2/contrib/suse/openssh.spec
  openssh-4.3p2/contrib/suse/rc.config.sshd
  openssh-4.3p2/contrib/suse/rc.sshd
  openssh-4.3p2/contrib/suse/sysconfig.ssh
  openssh-4.3p2/uidswap.h
  openssh-4.3p2/uuencode.c
  openssh-4.3p2/uuencode.h
  openssh-4.3p2/version.h
  openssh-4.3p2/xmalloc.c
  openssh-4.3p2/xmalloc.h
  openssh-4.3p2/openbsd-compat
  openssh-4.3p2/openbsd-compat/.cvsignore
  openssh-4.3p2/openbsd-compat/Makefile.in
  openssh-4.3p2/openbsd-compat/base64.c
  openssh-4.3p2/openbsd-compat/base64.h
  openssh-4.3p2/openbsd-compat/basename.c
  openssh-4.3p2/openbsd-compat/bindresvport.c
  openssh-4.3p2/openbsd-compat/bsd-arc4random.c
  openssh-4.3p2/openbsd-compat/bsd-asprintf.c
  openssh-4.3p2/openbsd-compat/bsd-closefrom.c
  openssh-4.3p2/openbsd-compat/bsd-cray.c
  openssh-4.3p2/openbsd-compat/bsd-cray.h
  openssh-4.3p2/openbsd-compat/bsd-cygwin_util.c
  openssh-4.3p2/openbsd-compat/bsd-cygwin_util.h
  openssh-4.3p2/openbsd-compat/bsd-getpeereid.c
  openssh-4.3p2/openbsd-compat/bsd-misc.c
  openssh-4.3p2/openbsd-compat/bsd-misc.h
  openssh-4.3p2/openbsd-compat/bsd-nextstep.c
  openssh-4.3p2/openbsd-compat/bsd-nextstep.h
  openssh-4.3p2/openbsd-compat/bsd-openpty.c
  openssh-4.3p2/openbsd-compat/bsd-snprintf.c
  openssh-4.3p2/openbsd-compat/bsd-waitpid.c
  openssh-4.3p2/openbsd-compat/bsd-waitpid.h
  openssh-4.3p2/openbsd-compat/daemon.c
  openssh-4.3p2/openbsd-compat/dirname.c
  openssh-4.3p2/openbsd-compat/fake-rfc2553.c
  openssh-4.3p2/openbsd-compat/fake-rfc2553.h
  openssh-4.3p2/openbsd-compat/getcwd.c
  openssh-4.3p2/openbsd-compat/getgrouplist.c
  openssh-4.3p2/openbsd-compat/getopt.c
  openssh-4.3p2/openbsd-compat/getrrsetbyname.c
  openssh-4.3p2/openbsd-compat/getrrsetbyname.h
  openssh-4.3p2/openbsd-compat/glob.c
  openssh-4.3p2/openbsd-compat/glob.h
  openssh-4.3p2/openbsd-compat/inet_aton.c
  openssh-4.3p2/openbsd-compat/inet_ntoa.c
  openssh-4.3p2/openbsd-compat/inet_ntop.c
  openssh-4.3p2/openbsd-compat/mktemp.c
  openssh-4.3p2/openbsd-compat/openbsd-compat.h
  openssh-4.3p2/openbsd-compat/openssl-compat.c
  openssh-4.3p2/openbsd-compat/openssl-compat.h
  openssh-4.3p2/openbsd-compat/port-aix.c
  openssh-4.3p2/openbsd-compat/port-aix.h
  openssh-4.3p2/openbsd-compat/port-irix.c
  openssh-4.3p2/openbsd-compat/port-irix.h
  openssh-4.3p2/openbsd-compat/port-tun.c
  openssh-4.3p2/openbsd-compat/port-tun.h
  openssh-4.3p2/openbsd-compat/port-uw.c
  openssh-4.3p2/openbsd-compat/port-uw.h
  openssh-4.3p2/openbsd-compat/readpassphrase.c
  openssh-4.3p2/openbsd-compat/readpassphrase.h
  openssh-4.3p2/openbsd-compat/realpath.c
  openssh-4.3p2/openbsd-compat/rresvport.c
  openssh-4.3p2/openbsd-compat/setenv.c
  openssh-4.3p2/openbsd-compat/setproctitle.c
  openssh-4.3p2/openbsd-compat/sigact.c
  openssh-4.3p2/openbsd-compat/sigact.h
  openssh-4.3p2/openbsd-compat/strlcat.c
  openssh-4.3p2/openbsd-compat/strlcpy.c
  openssh-4.3p2/openbsd-compat/strmode.c
  openssh-4.3p2/openbsd-compat/strsep.c
  openssh-4.3p2/openbsd-compat/strtoll.c
  openssh-4.3p2/openbsd-compat/strtonum.c
  openssh-4.3p2/openbsd-compat/strtoul.c
  openssh-4.3p2/openbsd-compat/sys-queue.h
  openssh-4.3p2/openbsd-compat/sys-tree.h
  openssh-4.3p2/openbsd-compat/vis.c
  openssh-4.3p2/openbsd-compat/vis.h
  openssh-4.3p2/openbsd-compat/xcrypt.c
  openssh-4.3p2/openbsd-compat/xmmap.c
  openssh-4.3p2/regress
  openssh-4.3p2/regress/Makefile
  openssh-4.3p2/regress/README.regress
  openssh-4.3p2/regress/agent-getpeereid.sh
  openssh-4.3p2/regress/agent-ptrace.sh
  openssh-4.3p2/regress/agent-timeout.sh
  openssh-4.3p2/regress/agent.sh
  openssh-4.3p2/regress/banner.sh
  openssh-4.3p2/regress/broken-pipe.sh
  openssh-4.3p2/regress/brokenkeys.sh
  openssh-4.3p2/regress/bsd.regress.mk
  openssh-4.3p2/regress/connect-privsep.sh
  openssh-4.3p2/regress/connect.sh
  openssh-4.3p2/regress/dsa_ssh2.prv
  openssh-4.3p2/regress/dsa_ssh2.pub
  openssh-4.3p2/regress/dynamic-forward.sh
  openssh-4.3p2/regress/envpass.sh
  openssh-4.3p2/regress/exit-status.sh
  openssh-4.3p2/regress/forwarding.sh
  openssh-4.3p2/regress/keygen-change.sh
  openssh-4.3p2/regress/keyscan.sh
  openssh-4.3p2/regress/login-timeout.sh
  openssh-4.3p2/regress/multiplex.sh
  openssh-4.3p2/regress/proto-mismatch.sh
  openssh-4.3p2/regress/proto-version.sh
  openssh-4.3p2/regress/proxy-connect.sh
  openssh-4.3p2/regress/reconfigure.sh
  openssh-4.3p2/regress/reexec.sh
  openssh-4.3p2/regress/rekey.sh
  openssh-4.3p2/regress/rsa_openssh.prv
  openssh-4.3p2/regress/rsa_openssh.pub
  openssh-4.3p2/regress/rsa_ssh2.prv
  openssh-4.3p2/regress/runtests.sh
  openssh-4.3p2/regress/scp-ssh-wrapper.sh
  openssh-4.3p2/regress/scp.sh
  openssh-4.3p2/regress/sftp-badcmds.sh
  openssh-4.3p2/regress/sftp-batch.sh
  openssh-4.3p2/regress/sftp-cmds.sh
  openssh-4.3p2/regress/sftp-glob.sh
  openssh-4.3p2/regress/sftp.sh
  openssh-4.3p2/regress/ssh-com-client.sh
  openssh-4.3p2/regress/t4.ok
  openssh-4.3p2/regress/ssh-com-keygen.sh
  openssh-4.3p2/regress/ssh-com-sftp.sh
  openssh-4.3p2/regress/ssh-com.sh
  openssh-4.3p2/regress/sshd-log-wrapper.sh
  openssh-4.3p2/regress/stderr-after-eof.sh
  openssh-4.3p2/regress/stderr-data.sh
  openssh-4.3p2/regress/t5.ok
  openssh-4.3p2/regress/test-exec.sh
  openssh-4.3p2/regress/transfer.sh
  openssh-4.3p2/regress/try-ciphers.sh
  openssh-4.3p2/regress/yes-head.sh
  openssh-4.3p2/scard
  openssh-4.3p2/scard/Ssh.bin
  openssh-4.3p2/scard/.cvsignore
  openssh-4.3p2/scard/Makefile.in
  openssh-4.3p2/scard/Ssh.bin.uu
  openssh-4.3p2/scard/Ssh.java
  openssh-4.3p2/config.h.in
  openssh-4.3p2/configure
  openssh-4.3p2/scp.0
  openssh-4.3p2/ssh-add.0
  openssh-4.3p2/ssh-agent.0
  openssh-4.3p2/ssh-keygen.0
  openssh-4.3p2/ssh-keyscan.0
  openssh-4.3p2/ssh.0
  openssh-4.3p2/sshd.0
  openssh-4.3p2/sftp-server.0
  openssh-4.3p2/sftp.0
  openssh-4.3p2/ssh-rand-helper.0
  openssh-4.3p2/ssh-keysign.0
  openssh-4.3p2/sshd_config.0
  openssh-4.3p2/ssh_config.0
  echo davemakewashere > /tools/targets/RELEASE/openssh-4.3p2/.unpacked
  cd /tools/targets/RELEASE/openssh-4.3p2 && TARGET_ROOT=/tools/targets/RELEASE/staging AR=mipsel-dave-linux-gnu-ar AS=mipsel-dave-linux-gnu-as LD=mipsel-dave-linux-gnu-ld NM=mipsel-dave-linux-gnu-nm CC=mipsel-dave-linux-gnu-gcc GCC=mipsel-dave-linux-gnu-gcc CXX=mipsel-dave-linux-gnu-g++ STRIP=mipsel-dave-linux-gnu-strip RANLIB=mipsel-dave-linux-gnu-ranlib CLFAGS="-Os" ./configure --target=mipsel-dave-linux-gnu --host=mipsel-dave-linux-gnu --build=i386-linux --prefix=/tools/targets/RELEASE/staging --with-ssl-dir=/tools/targets/RELEASE/staging
  checking for mipsel-dave-linux-gnu-gcc... mipsel-dave-linux-gnu-gcc
  checking for C compiler default output file name... a.out
  checking whether the C compiler works... yes
  checking whether we are cross compiling... yes
  checking for suffix of executables... 
  checking for suffix of object files... o
  checking whether we are using the GNU C compiler... yes
  checking whether mipsel-dave-linux-gnu-gcc accepts -g... yes
  checking for mipsel-dave-linux-gnu-gcc option to accept ANSI C... none needed
  checking build system type... i386-pc-linux-gnu
  checking host system type... mipsel-dave-linux-gnu
  checking whether byte ordering is bigendian... no
  checking for gawk... gawk
  checking how to run the C preprocessor... mipsel-dave-linux-gnu-gcc -E
  checking for mipsel-dave-linux-gnu-ranlib... mipsel-dave-linux-gnu-ranlib
  checking for a BSD-compatible install... /usr/bin/install -c
  checking for egrep... grep -E
  checking for ar... /usr/bin/ar
  checking for cat... /bin/cat
  checking for kill... /usr/bin/kill
  checking for perl5... no
  checking for perl... /usr/bin/perl
  checking for sed... /bin/sed
  checking for ent... no
  checking for bash... /bin/bash
  checking for ksh... (cached) /bin/bash
  checking for sh... (cached) /bin/bash
  checking for sh... /bin/sh
  checking for groupadd... /usr/sbin/groupadd
  checking for useradd... /usr/sbin/useradd
  checking for pkgmk... no
  checking for special C compiler options needed for large files... no
  checking for _FILE_OFFSET_BITS value needed for large files... 64
  checking for _LARGE_FILES value needed for large files... no
  checking for login... /bin/login
  checking for passwd... /usr/bin/passwd
  checking for inline... inline
  checking whether LLONG_MAX is declared... no
  checking whether LLONG_MAX is declared... yes
  checking for ANSI C header files... yes
  checking for sys/types.h... yes
  checking for sys/stat.h... yes
  checking for stdlib.h... yes
  checking for string.h... yes
  checking for memory.h... yes
  checking for strings.h... yes
  checking for inttypes.h... yes
  checking for stdint.h... yes
  checking for unistd.h... yes
  checking linux/if_tun.h usability... yes
  checking linux/if_tun.h presence... yes
  checking for linux/if_tun.h... yes
  checking compiler and flags for sanity... configure: WARNING: cross compiling: not checking compiler sanity
  checking bstring.h usability... no
  checking bstring.h presence... no
  checking for bstring.h... no
  checking crypt.h usability... yes
  checking crypt.h presence... yes
  checking for crypt.h... yes
  checking dirent.h usability... yes
  checking dirent.h presence... yes
  checking for dirent.h... yes
  checking endian.h usability... yes
  checking endian.h presence... yes
  checking for endian.h... yes
  checking features.h usability... yes
  checking features.h presence... yes
  checking for features.h... yes
  checking floatingpoint.h usability... no
  checking floatingpoint.h presence... no
  checking for floatingpoint.h... no
  checking getopt.h usability... yes
  checking getopt.h presence... yes
  checking for getopt.h... yes
  checking glob.h usability... yes
  checking glob.h presence... yes
  checking for glob.h... yes
  checking ia.h usability... no
  checking ia.h presence... no
  checking for ia.h... no
  checking iaf.h usability... no
  checking iaf.h presence... no
  checking for iaf.h... no
  checking limits.h usability... yes
  checking limits.h presence... yes
  checking for limits.h... yes
  checking login.h usability... no
  checking login.h presence... no
  checking for login.h... no
  checking login_cap.h usability... no
  checking login_cap.h presence... no
  checking for login_cap.h... no
  checking maillock.h usability... no
  checking maillock.h presence... no
  checking for maillock.h... no
  checking ndir.h usability... no
  checking ndir.h presence... no
  checking for ndir.h... no
  checking netdb.h usability... yes
  checking netdb.h presence... yes
  checking for netdb.h... yes
  checking netgroup.h usability... no
  checking netgroup.h presence... no
  checking for netgroup.h... no
  checking pam/pam_appl.h usability... no
  checking pam/pam_appl.h presence... no
  checking for pam/pam_appl.h... no
  checking paths.h usability... yes
  checking paths.h presence... yes
  checking for paths.h... yes
  checking pty.h usability... yes
  checking pty.h presence... yes
  checking for pty.h... yes
  checking readpassphrase.h usability... no
  checking readpassphrase.h presence... no
  checking for readpassphrase.h... no
  checking rpc/types.h usability... yes
  checking rpc/types.h presence... yes
  checking for rpc/types.h... yes
  checking security/pam_appl.h usability... no
  checking security/pam_appl.h presence... no
  checking for security/pam_appl.h... no
  checking shadow.h usability... yes
  checking shadow.h presence... yes
  checking for shadow.h... yes
  checking stddef.h usability... yes
  checking stddef.h presence... yes
  checking for stddef.h... yes
  checking for stdint.h... (cached) yes
  checking for string.h... (cached) yes
  checking for strings.h... (cached) yes
  checking sys/audit.h usability... no
  checking sys/audit.h presence... no
  checking for sys/audit.h... no
  checking sys/bitypes.h usability... yes
  checking sys/bitypes.h presence... yes
  checking for sys/bitypes.h... yes
  checking sys/bsdtty.h usability... no
  checking sys/bsdtty.h presence... no
  checking for sys/bsdtty.h... no
  checking sys/cdefs.h usability... yes
  checking sys/cdefs.h presence... yes
  checking for sys/cdefs.h... yes
  checking sys/dir.h usability... yes
  checking sys/dir.h presence... yes
  checking for sys/dir.h... yes
  checking sys/mman.h usability... yes
  checking sys/mman.h presence... yes
  checking for sys/mman.h... yes
  checking sys/ndir.h usability... no
  checking sys/ndir.h presence... no
  checking for sys/ndir.h... no
  checking sys/prctl.h usability... yes
  checking sys/prctl.h presence... yes
  checking for sys/prctl.h... yes
  checking sys/pstat.h usability... no
  checking sys/pstat.h presence... no
  checking for sys/pstat.h... no
  checking sys/select.h usability... yes
  checking sys/select.h presence... yes
  checking for sys/select.h... yes
  checking for sys/stat.h... (cached) yes
  checking sys/stream.h usability... no
  checking sys/stream.h presence... no
  checking for sys/stream.h... no
  checking sys/stropts.h usability... yes
  checking sys/stropts.h presence... yes
  checking for sys/stropts.h... yes
  checking sys/strtio.h usability... no
  checking sys/strtio.h presence... no
  checking for sys/strtio.h... no
  checking sys/sysmacros.h usability... yes
  checking sys/sysmacros.h presence... yes
  checking for sys/sysmacros.h... yes
  checking sys/time.h usability... yes
  checking sys/time.h presence... yes
  checking for sys/time.h... yes
  checking sys/timers.h usability... no
  checking sys/timers.h presence... no
  checking for sys/timers.h... no
  checking sys/un.h usability... yes
  checking sys/un.h presence... yes
  checking for sys/un.h... yes
  checking time.h usability... yes
  checking time.h presence... yes
  checking for time.h... yes
  checking tmpdir.h usability... no
  checking tmpdir.h presence... no
  checking for tmpdir.h... no
  checking ttyent.h usability... yes
  checking ttyent.h presence... yes
  checking for ttyent.h... yes
  checking for unistd.h... (cached) yes
  checking usersec.h usability... no
  checking usersec.h presence... no
  checking for usersec.h... no
  checking util.h usability... no
  checking util.h presence... no
  checking for util.h... no
  checking utime.h usability... yes
  checking utime.h presence... yes
  checking for utime.h... yes
  checking utmp.h usability... yes
  checking utmp.h presence... yes
  checking for utmp.h... yes
  checking utmpx.h usability... yes
  checking utmpx.h presence... yes
  checking for utmpx.h... yes
  checking vis.h usability... no
  checking vis.h presence... no
  checking for vis.h... no
  checking for lastlog.h... yes
  checking for sys/ptms.h... no
  checking for yp_match... no
  checking for yp_match in -lnsl... yes
  checking for setsockopt... yes
  checking for dirname... yes
  checking libgen.h usability... yes
  checking libgen.h presence... yes
  checking for libgen.h... yes
  checking for getspnam... yes
  checking for library containing basename... none required
  checking for deflate in -lz... yes
  checking zlib.h usability... yes
  checking zlib.h presence... yes
  checking for zlib.h... yes
  checking for possibly buggy zlib... configure: WARNING: cross compiling: not checking zlib version
  checking for strcasecmp... yes
  checking for utimes... yes
  checking libutil.h usability... no
  checking libutil.h presence... no
  checking for libutil.h... no
  checking for library containing login... -lutil
  checking for logout... yes
  checking for updwtmp... yes
  checking for logwtmp... yes
  checking for strftime... yes
  checking for GLOB_ALTDIRFUNC support... yes
  checking for gl_matchc field in glob_t... no
  checking whether struct dirent allocates space for d_name... configure: WARNING: cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME
  checking for /proc/pid/fd directory... yes
  checking for arc4random... no
  checking for asprintf... yes
  checking for b64_ntop... no
  checking for __b64_ntop... no
  checking for b64_pton... no
  checking for __b64_pton... no
  checking for bcopy... yes
  checking for bindresvport_sa... no
  checking for clock... yes
  checking for closefrom... no
  checking for dirfd... yes
  checking for fchmod... yes
  checking for fchown... yes
  checking for freeaddrinfo... yes
  checking for futimes... no
  checking for getaddrinfo... yes
  checking for getcwd... yes
  checking for getgrouplist... yes
  checking for getnameinfo... yes
  checking for getopt... yes
  checking for getpeereid... no
  checking for _getpty... no
  checking for getrlimit... yes
  checking for getttyent... yes
  checking for glob... yes
  checking for inet_aton... yes
  checking for inet_ntoa... yes
  checking for inet_ntop... yes
  checking for innetgr... yes
  checking for login_getcapbool... no
  checking for md5_crypt... no
  checking for memmove... yes
  checking for mkdtemp... yes
  checking for mmap... yes
  checking for ngetaddrinfo... no
  checking for nsleep... no
  checking for ogetaddrinfo... no
  checking for openlog_r... no
  checking for openpty... yes
  checking for prctl... yes
  checking for pstat... no
  checking for readpassphrase... no
  checking for realpath... yes
  checking for recvmsg... yes
  checking for rresvport_af... yes
  checking for sendmsg... yes
  checking for setdtablesize... no
  checking for setegid... yes
  checking for setenv... yes
  checking for seteuid... yes
  checking for setgroups... yes
  checking for setlogin... no
  checking for setpcred... no
  checking for setproctitle... no
  checking for setregid... yes
  checking for setreuid... yes
  checking for setrlimit... yes
  checking for setsid... yes
  checking for setvbuf... yes
  checking for sigaction... yes
  checking for sigvec... yes
  checking for snprintf... yes
  checking for socketpair... yes
  checking for strdup... yes
  checking for strerror... yes
  checking for strlcat... no
  checking for strlcpy... no
  checking for strmode... no
  checking for strnvis... no
  checking for strtonum... no
  checking for strtoll... yes
  checking for strtoul... yes
  checking for sysconf... yes
  checking for tcgetpgrp... yes
  checking for truncate... yes
  checking for unsetenv... yes
  checking for updwtmpx... yes
  checking for vasprintf... yes
  checking for vhangup... yes
  checking for vsnprintf... yes
  checking for waitpid... yes
  checking for gai_strerror... yes
  checking for library containing nanosleep... none required
  checking whether getrusage is declared... no
  checking whether strsep is declared... yes
  checking for strsep... yes
  checking whether tcsendbreak is declared... yes
  checking whether h_errno is declared... yes
  checking for setresuid... yes
  checking if setresuid seems to work... configure: WARNING: cross compiling: not checking setresuid
  checking for setresgid... yes
  checking if setresgid seems to work... configure: WARNING: cross compiling: not checking setresuid
  checking for gettimeofday... yes
  checking for time... yes
  checking for endutent... yes
  checking for getutent... yes
  checking for getutid... yes
  checking for getutline... yes
  checking for pututline... yes
  checking for setutent... yes
  checking for utmpname... yes
  checking for endutxent... yes
  checking for getutxent... yes
  checking for getutxid... yes
  checking for getutxline... yes
  checking for pututxline... yes
  checking for setutxent... yes
  checking for utmpxname... yes
  checking for daemon... yes
  checking for getpagesize... yes
  checking whether snprintf correctly terminates long strings... configure: WARNING: cross compiling: Assuming working snprintf()
  checking whether snprintf can declare const char *fmt... yes
  checking whether system supports SO_PEERCRED getsockopt... yes
  checking for (overly) strict mkstemp... yes
  checking if openpty correctly handles controlling tty... cross-compiling
  checking whether getpgrp requires zero arguments... yes
  checking OpenSSL header version... configure: WARNING: cross compiling: not checking
  checking OpenSSL library version... configure: WARNING: cross compiling: not checking
  checking whether OpenSSL's headers match the library... configure: WARNING: cross compiling: not checking
  checking whether OpenSSL has crippled AES support... no
  checking for crypt in -lcrypt... yes
  checking for ia_openinfo in -liaf... no
  checking whether OpenSSL's PRNG is internally seeded... configure: WARNING: cross compiling: assuming yes
  checking for ls... /bin/ls
  checking for netstat... /bin/netstat
  checking for arp... /sbin/arp
  checking for ifconfig... /sbin/ifconfig
  checking for jstat... no
  checking for ps... /bin/ps
  checking for sar... no
  checking for w... /usr/bin/w
  checking for who... /usr/bin/who
  checking for last... /usr/bin/last
  checking for lastlog... /usr/bin/lastlog
  checking for df... /bin/df
  checking for vmstat... /usr/bin/vmstat
  checking for uptime... /usr/bin/uptime
  checking for ipcs... /usr/bin/ipcs
  checking for tail... /usr/bin/tail
  checking for long long... yes
  checking for unsigned long long... yes
  checking for long double... yes
  checking for char... yes
  checking size of char... 1
  checking for short int... yes
  checking size of short int... 2
  checking for int... yes
  checking size of int... 4
  checking for long int... yes
  checking size of long int... 4
  checking for long long int... yes
  checking size of long long int... 8
  checking for u_int type... yes
  checking for intXX_t types... yes
  checking for int64_t type... yes
  checking for u_intXX_t types... yes
  checking for u_int64_t types... yes
  checking for uintXX_t types in stdint.h... yes
  checking for u_char... yes
  checking for socklen_t... yes
  checking for sig_atomic_t... yes
  checking for in_addr_t... yes
  checking for size_t... yes
  checking for ssize_t... yes
  checking for clock_t... yes
  checking for sa_family_t... yes
  checking for pid_t... yes
  checking for mode_t... yes
  checking for struct sockaddr_storage... yes
  checking for struct sockaddr_in6... yes
  checking for struct in6_addr... yes
  checking for struct addrinfo... yes
  checking for struct timeval... yes
  checking for struct timespec... yes
  configure: WARNING: cross compiling: Assuming working snprintf()
  checking for ut_host field in utmp.h... yes
  checking for ut_host field in utmpx.h... yes
  checking for syslen field in utmpx.h... no
  checking for ut_pid field in utmp.h... yes
  checking for ut_type field in utmp.h... yes
  checking for ut_type field in utmpx.h... yes
  checking for ut_tv field in utmp.h... yes
  checking for ut_id field in utmp.h... yes
  checking for ut_id field in utmpx.h... yes
  checking for ut_addr field in utmp.h... yes
  checking for ut_addr field in utmpx.h... yes
  checking for ut_addr_v6 field in utmp.h... yes
  checking for ut_addr_v6 field in utmpx.h... yes
  checking for ut_exit field in utmp.h... yes
  checking for ut_time field in utmp.h... no
  checking for ut_time field in utmpx.h... no
  checking for ut_tv field in utmpx.h... yes
  checking for struct stat.st_blksize... yes
  checking for struct __res_state.retrans... yes
  checking for ss_family field in struct sockaddr_storage... yes
  checking for __ss_family field in struct sockaddr_storage... no
  checking for pw_class field in struct passwd... no
  checking for pw_expire field in struct passwd... no
  checking for pw_change field in struct passwd... no
  checking for msg_accrights field in struct msghdr... no
  checking for msg_control field in struct msghdr... yes
  checking if libc defines __progname... yes
  checking whether mipsel-dave-linux-gnu-gcc implements __FUNCTION__... yes
  checking whether mipsel-dave-linux-gnu-gcc implements __func__... yes
  checking whether va_copy exists... yes
  checking whether __va_copy exists... yes
  checking whether getopt has optreset support... no
  checking if libc defines sys_errlist... yes
  checking if libc defines sys_nerr... yes
  checking for library containing getrrsetbyname... no
  checking for library containing res_query... -lresolv
  checking for library containing dn_expand... none required
  checking if res_query will link... yes
  checking for _getshort... yes
  checking for _getlong... yes
  checking whether _getshort is declared... no
  checking whether _getlong is declared... no
  checking for HEADER.ad... yes
  checking for xauth... /usr/X11R6/bin/xauth
  configure: WARNING: cross compiling: Disabling /dev/ptmx test
  configure: WARNING: cross compiling: Disabling /dev/ptc test
  checking for nroff... /usr/bin/nroff
  checking if the systems has expire shadow information... yes
  configure: WARNING: cross compiling: not checking /etc/default/login
  Adding /tools/targets/RELEASE/staging/bin to USER_PATH so scp will work
  checking if we need to convert IPv4 in IPv6-mapped addresses... yes (default)
  checking if your system defines LASTLOG_FILE... no
  checking if your system defines _PATH_LASTLOG... yes
  checking if your system defines UTMP_FILE... yes
  checking if your system defines WTMP_FILE... yes
  checking if your system defines UTMPX_FILE... no
  checking if your system defines WTMPX_FILE... no
  configure: creating ./config.status
  config.status: creating Makefile
  config.status: creating buildpkg.sh
  config.status: creating opensshd.init
  config.status: creating openbsd-compat/Makefile
  config.status: creating scard/Makefile
  config.status: creating ssh_prng_cmds
  config.status: creating survey.sh
  config.status: creating config.h

  OpenSSH has been configured with the following options:
                       User binaries: /tools/targets/RELEASE/staging/bin
                     System binaries: /tools/targets/RELEASE/staging/sbin
                 Configuration files: /tools/targets/RELEASE/staging/etc
                     Askpass program: /tools/targets/RELEASE/staging/libexec/ssh-askpass
                        Manual pages: /tools/targets/RELEASE/staging/man/manX
                            PID file: /var/run
    Privilege separation chroot path: /var/empty
              sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin
                      Manpage format: doc
                         PAM support: no
                   KerberosV support: no
                   Smartcard support: no
                       S/KEY support: no
                TCP Wrappers support: no
                MD5 password support: no
                     libedit support: no
         IP address in $DISPLAY hack: no
             Translate v4 in v6 hack: yes
                    BSD Auth support: no
                Random number source: OpenSSL internal ONLY

                Host: mipsel-dave-linux-gnu
            Compiler: mipsel-dave-linux-gnu-gcc
      Compiler flags: -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 
  Preprocessor flags: -I/tools/targets/RELEASE/staging/include 
        Linker flags: -L/tools/targets/RELEASE/staging/lib 
           Libraries:   -lresolv -lcrypto -lutil -lz -lnsl  -lcrypt

  make -C /tools/targets/RELEASE/openssh-4.3p2
  make[1]: Entering directory `/tools/targets/RELEASE/openssh-4.3p2'
  conffile=`echo sshd_config.out | sed 's/.out$//'`; \
  /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ./${conffile} > sshd_config.out
  conffile=`echo ssh_config.out | sed 's/.out$//'`; \
  /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ./${conffile} > ssh_config.out
  conffile=`echo moduli.out | sed 's/.out$//'`; \
  /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ./${conffile} > moduli.out
  if test ! -z ""; then \
          /usr/bin/perl ./fixprogs ssh_prng_cmds ; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo scp.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo scp.1.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > scp.1.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > scp.1.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo ssh-add.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo ssh-add.1.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > ssh-add.1.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > ssh-add.1.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo ssh-agent.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo ssh-agent.1.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > ssh-agent.1.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > ssh-agent.1.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo ssh-keygen.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo ssh-keygen.1.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > ssh-keygen.1.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > ssh-keygen.1.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo ssh-keyscan.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo ssh-keyscan.1.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > ssh-keyscan.1.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > ssh-keyscan.1.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo ssh.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo ssh.1.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > ssh.1.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > ssh.1.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo sshd.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo sshd.8.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > sshd.8.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > sshd.8.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo sftp-server.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo sftp-server.8.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > sftp-server.8.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > sftp-server.8.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo sftp.1.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo sftp.1.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > sftp.1.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > sftp.1.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo ssh-rand-helper.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo ssh-rand-helper.8.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > ssh-rand-helper.8.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > ssh-rand-helper.8.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo ssh-keysign.8.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo ssh-keysign.8.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > ssh-keysign.8.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > ssh-keysign.8.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo sshd_config.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo sshd_config.5.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > sshd_config.5.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > sshd_config.5.out; \
  fi
  if test "doc" = "cat"; then \
          manpage=./`echo ssh_config.5.out | sed 's/\.[1-9]\.out$/\.0/'`; \
  else \
          manpage=./`echo ssh_config.5.out | sed 's/\.out$//'`; \
  fi; \
  if test "doc" = "man"; then \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} | gawk -f ./mdoc2man.awk > ssh_config.5.out; \
  else \
          /bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/tools/targets/RELEASE/staging/etc/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/tools/targets/RELEASE/staging/etc/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/tools/targets/RELEASE/staging/etc/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/tools/targets/RELEASE/staging/etc/sshd_config|g' -e 's|/usr/libexec|/tools/targets/RELEASE/staging/libexec|g' -e 's|/etc/shosts.equiv|/tools/targets/RELEASE/staging/etc/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/tools/targets/RELEASE/staging/etc/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/tools/targets/RELEASE/staging/etc/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/tools/targets/RELEASE/staging/etc/moduli|g' -e 's|/etc/sshrc|/tools/targets/RELEASE/staging/etc/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/tools/targets/RELEASE/staging/bin|g' ${manpage} > ssh_config.5.out; \
  fi
  (cd openbsd-compat && make)
  make[2]: Entering directory `/tools/targets/RELEASE/openssh-4.3p2/openbsd-compat'
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-arc4random.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-asprintf.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-closefrom.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-cray.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-cygwin_util.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-getpeereid.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-misc.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-nextstep.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-openpty.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-snprintf.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bsd-waitpid.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c fake-rfc2553.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c openssl-compat.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c xmmap.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c xcrypt.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c base64.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c basename.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c bindresvport.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c daemon.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c dirname.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c getcwd.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c getgrouplist.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c getopt.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c getrrsetbyname.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c glob.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c inet_aton.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c inet_ntoa.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c inet_ntop.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c mktemp.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c readpassphrase.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c realpath.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c rresvport.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c setenv.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c setproctitle.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c sigact.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c strlcat.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c strlcpy.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c strmode.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c strsep.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c strtonum.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c strtoll.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c strtoul.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c vis.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c port-irix.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c port-aix.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c port-uw.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I.. -I. -I./.. -I/tools/targets/RELEASE/staging/include  -DHAVE_CONFIG_H -c port-tun.c
  /usr/bin/ar rv libopenbsd-compat.a bsd-arc4random.o bsd-asprintf.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-snprintf.o bsd-waitpid.o fake-rfc2553.o openssl-compat.o xmmap.o xcrypt.o base64.o basename.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o getopt.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o strtonum.o strtoll.o strtoul.o vis.o port-irix.o port-aix.o port-uw.o port-tun.o
  /usr/bin/ar: creating libopenbsd-compat.a
  a - bsd-arc4random.o
  a - bsd-asprintf.o
  a - bsd-closefrom.o
  a - bsd-cray.o
  a - bsd-cygwin_util.o
  a - bsd-getpeereid.o
  a - bsd-misc.o
  a - bsd-nextstep.o
  a - bsd-openpty.o
  a - bsd-snprintf.o
  a - bsd-waitpid.o
  a - fake-rfc2553.o
  a - openssl-compat.o
  a - xmmap.o
  a - xcrypt.o
  a - base64.o
  a - basename.o
  a - bindresvport.o
  a - daemon.o
  a - dirname.o
  a - getcwd.o
  a - getgrouplist.o
  a - getopt.o
  a - getrrsetbyname.o
  a - glob.o
  a - inet_aton.o
  a - inet_ntoa.o
  a - inet_ntop.o
  a - mktemp.o
  a - readpassphrase.o
  a - realpath.o
  a - rresvport.o
  a - setenv.o
  a - setproctitle.o
  a - sigact.o
  a - strlcat.o
  a - strlcpy.o
  a - strmode.o
  a - strsep.o
  a - strtonum.o
  a - strtoll.o
  a - strtoul.o
  a - vis.o
  a - port-irix.o
  a - port-aix.o
  a - port-uw.o
  a - port-tun.o
  mipsel-dave-linux-gnu-ranlib libopenbsd-compat.a
  make[2]: Leaving directory `/tools/targets/RELEASE/openssh-4.3p2/openbsd-compat'
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c acss.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c authfd.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c authfile.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c bufaux.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c buffer.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c canohost.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c channels.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c cipher.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c cipher-acss.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c cipher-aes.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c cipher-bf1.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c cipher-ctr.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c cipher-3des1.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c cleanup.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c compat.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c compress.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c crc32.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c deattack.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c fatal.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c hostfile.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c log.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c match.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c moduli.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c nchan.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c packet.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c readpass.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c rsa.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c ttymodes.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c xmalloc.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c atomicio.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c key.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c dispatch.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c kex.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c mac.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c uidswap.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c uuencode.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c misc.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c monitor_fdpass.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c rijndael.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c ssh-dss.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c ssh-rsa.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c dh.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c kexdh.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c kexgex.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c kexdhc.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c kexgexc.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c scard.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c msg.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c progressmeter.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c dns.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c entropy.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c scard-opensc.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c gss-genr.c
  /usr/bin/ar rv libssh.a acss.o authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o cipher.o cipher-acss.o cipher-aes.o cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o compat.o compress.o crc32.o deattack.o fatal.o hostfile.o log.o match.o moduli.o nchan.o packet.o readpass.o rsa.o ttymodes.o xmalloc.o atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o monitor_fdpass.o rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o kexgex.o kexdhc.o kexgexc.o scard.o msg.o progressmeter.o dns.o entropy.o scard-opensc.o gss-genr.o
  /usr/bin/ar: creating libssh.a
  a - acss.o
  a - authfd.o
  a - authfile.o
  a - bufaux.o
  a - buffer.o
  a - canohost.o
  a - channels.o
  a - cipher.o
  a - cipher-acss.o
  a - cipher-aes.o
  a - cipher-bf1.o
  a - cipher-ctr.o
  a - cipher-3des1.o
  a - cleanup.o
  a - compat.o
  a - compress.o
  a - crc32.o
  a - deattack.o
  a - fatal.o
  a - hostfile.o
  a - log.o
  a - match.o
  a - moduli.o
  a - nchan.o
  a - packet.o
  a - readpass.o
  a - rsa.o
  a - ttymodes.o
  a - xmalloc.o
  a - atomicio.o
  a - key.o
  a - dispatch.o
  a - kex.o
  a - mac.o
  a - uidswap.o
  a - uuencode.o
  a - misc.o
  a - monitor_fdpass.o
  a - rijndael.o
  a - ssh-dss.o
  a - ssh-rsa.o
  a - dh.o
  a - kexdh.o
  a - kexgex.o
  a - kexdhc.o
  a - kexgexc.o
  a - scard.o
  a - msg.o
  a - progressmeter.o
  a - dns.o
  a - entropy.o
  a - scard-opensc.o
  a - gss-genr.o
  mipsel-dave-linux-gnu-ranlib libssh.a
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c ssh.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c readconf.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c clientloop.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sshtty.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sshconnect.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sshconnect1.c
  mipsel-dave-linux-gnu-gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99  -I. -I. -I/tools/targets/RELEASE/staging/include  -DSSHDIR=\"/tools/targets/RELEASE/staging/etc\" -D_PATH_SSH_PROGRAM=\"/tools/targets/RELEASE/staging/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/tools/targets/RELEASE/staging/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/tools/targets/RELEASE/staging/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/tools/targets/RELEASE/staging/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/tools/targets/RELEASE/staging/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sshconnect2.c
  mipsel-dave-linux-gnu-ld -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/tools/targets/RELEASE/staging/lib  -lssh -lopenbsd-compat -lresolv -lcrypto -lutil -lz -lnsl  -lcrypt
  mipsel-dave-linux-gnu-ld: warning: cannot find entry symbol __start; defaulting to 0000000000411290
  /tools/targets/RELEASE/staging/lib/libcrypto.a(bn_div.o)(.text+0x338): In function `BN_div':
  : undefined reference to `__udivdi3'
  /tools/targets/RELEASE/staging/lib/libcrypto.a(bn_word.o)(.text+0x70): In function `BN_mod_word':
  : undefined reference to `__umoddi3'
  /tools/targets/RELEASE/staging/lib/libcrypto.a(bn_asm.o)(.text+0x584): In function `bn_div_words':
  : undefined reference to `__udivdi3'
  /tools/targets/RELEASE/staging/lib/libcrypto.a(b_print.o)(.text+0x318): In function `fmtint':
  : undefined reference to `__umoddi3'
  /tools/targets/RELEASE/staging/lib/libcrypto.a(b_print.o)(.text+0x374): In function `fmtint':
  : undefined reference to `__udivdi3'
  make[1]: *** [ssh] Error 1
  make[1]: Leaving directory `/tools/targets/RELEASE/openssh-4.3p2'
  make: *** [/tools/targets/RELEASE/openssh-4.3p2/.build] Error 2
  $ 


--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list