Module Name: src
Committed By: skrll
Date: Sun Oct 20 14:14:18 UTC 2013
Modified Files:
src/tools/gcc: mknative-gcc
Log Message:
g/c gcc3 goop
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 src/tools/gcc/mknative-gcc:1.72
--- src/tools/gcc/mknative-gcc:1.71 Fri Jun 28 08:30:10 2013
+++ src/tools/gcc/mknative-gcc Sun Oct 20 14:14:18 2013
@@ -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 @@ get_libstdcxx_v3 () {
} | 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 @@ get_gcc () {
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 @@ __EOF__
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