Sun Jan 24 05:02:24 2016 UTC ()
add a comment saying this is for GCC 4.8


(mrg)
diff -r1.81 -r1.82 src/tools/gcc/mknative-gcc

cvs diff -r1.81 -r1.82 src/tools/gcc/mknative-gcc (expand / switch to unified diff)

--- src/tools/gcc/mknative-gcc 2015/01/31 08:50:01 1.81
+++ src/tools/gcc/mknative-gcc 2016/01/24 05:02:23 1.82
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1#!/bin/sh 1#!/bin/sh
2# $NetBSD: mknative-gcc,v 1.81 2015/01/31 08:50:01 mrg Exp $ 2# $NetBSD: mknative-gcc,v 1.82 2016/01/24 05:02:23 mrg Exp $
3# 3#
4# Shell script for generating all the constants needed for a native 4# Shell script for generating all the constants needed for a native
5# platform build of gcc. 5# platform build of gcc.
6# 6#
 7# This version is for GCC 4.8.
7 8
8# initialise 9# initialise
9 10
10_TMPDIR=$2 11_TMPDIR=$2
11_TOP=$3 12_TOP=$3
12_SRC=$4 13_SRC=$4
13_PLATFORM=$5 14_PLATFORM=$5
14_DESTDIR=$6 15_DESTDIR=$6
15_TOOLDIR=$7 16_TOOLDIR=$7
16_VPATH=`grep VPATH ${_TMPDIR}/Makefile | sed 's,^.*=[ ]*,,'` 17_VPATH=`grep VPATH ${_TMPDIR}/Makefile | sed 's,^.*=[ ]*,,'`
17_GNU_DIST=`cd ${_VPATH}; pwd` 18_GNU_DIST=`cd ${_VPATH}; pwd`
18 19
19if [ -z "$_DESTDIR" ]; then 20if [ -z "$_DESTDIR" ]; then