Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gcc g/c gcc3 goop
details: https://anonhg.NetBSD.org/src/rev/d21ea6e42455
branches: trunk
changeset: 790760:d21ea6e42455
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Oct 20 14:14:18 2013 +0000
description:
g/c gcc3 goop
diffstat:
tools/gcc/mknative-gcc | 14 ++------------
1 files changed, 2 insertions(+), 12 deletions(-)
diffs (43 lines):
diff -r 57d4c291bad3 -r d21ea6e42455 tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc Sun Oct 20 13:30:50 2013 +0000
+++ b/tools/gcc/mknative-gcc Sun Oct 20 14:14:18 2013 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mknative-gcc,v 1.71 2013/06/28 08:30:10 mrg Exp $
+# $NetBSD: mknative-gcc,v 1.72 2013/10/20 14:14:18 skrll Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of gcc.
@@ -556,7 +556,7 @@
} | write_mk $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/defs.mk
}
-##### gnu/usr.bin/gcc3 #####
+##### gnu/usr.bin/gcc* #####
get_gcc_bootstrap () {
_subdir="$1"
@@ -622,11 +622,6 @@
getvars libcpp/Makefile \
libcpp_a_OBJS
;;
- gcc3)
- getvars gcc/Makefile \
- LIBCPP_OBJS LIBCPP_H
- ;;
- esac
getvars gcc/Makefile \
ENABLE_SHARED
case ${_subdir} in
@@ -697,11 +692,6 @@
case "$1" in
# .mk and .h files for libgcc bootstrap (from host build)
-libgcc)
- get_libgcc gcc3
- get_crtstuff crtstuff3
- exit 0
- ;;
libgcc4)
get_libgcc gcc4
Home |
Main Index |
Thread Index |
Old Index