Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gcc fix the path for libdecnumber.
details: https://anonhg.NetBSD.org/src/rev/d32ff69b3890
branches: trunk
changeset: 766618:d32ff69b3890
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Jun 29 02:13:59 2011 +0000
description:
fix the path for libdecnumber.
diffstat:
tools/gcc/mknative-gcc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 64eedc140fe4 -r d32ff69b3890 tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc Wed Jun 29 02:12:29 2011 +0000
+++ b/tools/gcc/mknative-gcc Wed Jun 29 02:13:59 2011 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mknative-gcc,v 1.51 2011/06/29 02:02:38 mrg Exp $
+# $NetBSD: mknative-gcc,v 1.52 2011/06/29 02:13:59 mrg Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of src/gnu/dist/gcc.
@@ -439,8 +439,8 @@
get_libdecnumber () {
_subdir="$1"
- mkdir -p $_OUTDIR/lib/$_subdir/arch/$MACHINE_ARCH
- write_c $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/config.h \
+ mkdir -p $_OUTDIR/usr.bin/$_subdir/arch/$MACHINE_ARCH
+ write_c $_OUTDIRBASE/usr.bin/$_subdir/arch/$MACHINE_ARCH/config.h \
<$_TMPDIR/libdecnumber/config.h
}
Home |
Main Index |
Thread Index |
Old Index