Module Name:    src
Committed By:   mrg
Date:           Thu Jun 23 12:06:32 UTC 2011

Modified Files:
        src/tools/gcc: mknative-gcc

Log Message:
output stuff to the right libiberty dir for gcc 4.5.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/tools/gcc/mknative-gcc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/gcc/mknative-gcc
diff -u src/tools/gcc/mknative-gcc:1.47 src/tools/gcc/mknative-gcc:1.48
--- src/tools/gcc/mknative-gcc:1.47	Thu Jun 23 05:42:37 2011
+++ src/tools/gcc/mknative-gcc	Thu Jun 23 12:06:32 2011
@@ -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 @@
 		_libibertydir="usr.bin/$_subdir/libiberty"
 		;;
 	gcc)
-		_libibertydir="$_subdir/lib/libiberty"
+		_libibertydir="lib/libiberty"
 		;;
 	esac
 	mkdir -p $_OUTDIR/$_libibertydir/arch/$MACHINE_ARCH

Reply via email to