output stuff to the right libiberty dir for gcc 4.5.

This commit is contained in:
mrg 2011-06-23 12:06:32 +00:00
parent 8049a32395
commit 68a31119f2
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: mknative-gcc,v 1.47 2011/06/23 05:42:37 mrg Exp $
# $NetBSD: mknative-gcc,v 1.48 2011/06/23 12:06:32 mrg Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of src/gnu/dist/gcc.
@ -421,7 +421,7 @@ get_gcc_libiberty () {
_libibertydir="usr.bin/$_subdir/libiberty"
;;
gcc)
_libibertydir="$_subdir/lib/libiberty"
_libibertydir="lib/libiberty"
;;
esac
mkdir -p $_OUTDIR/$_libibertydir/arch/$MACHINE_ARCH