blob: a2725dc076bc3523340657f65c8c1fbf8f863a6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-configure.ac,v 1.1 2012/07/23 12:24:34 jperkin Exp $
Remove etc
--- configure.ac.orig 2011-11-21 20:58:27.000000000 +0900
+++ configure.ac 2012-02-13 10:34:17.000000000 +0900
@@ -140,7 +140,7 @@
# binutils, gas and ld appear in that order because it makes sense to run
# "make check" in that particular order.
# If --enable-gold is used, "gold" may replace "ld".
-host_tools="flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
+host_tools="flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof expect dejagnu m4 utils guile fastjar gnattools"
# libgcj represents the runtime libraries only used by gcj.
libgcj="target-libffi \
|