summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-22 05:00:28 +0000
committerobrien <obrien@FreeBSD.org>1999-12-22 05:00:28 +0000
commit8ed9d0ffe7cca394e5e3b3ad1cc0c0e12a47f2b6 (patch)
tree752ee2a896a59565f9ae0f287e3c16529f54fb87 /contrib
parent0529f59c2741aeb3e707ab3e9a591565c5b63444 (diff)
downloadFreeBSD-src-8ed9d0ffe7cca394e5e3b3ad1cc0c0e12a47f2b6.zip
FreeBSD-src-8ed9d0ffe7cca394e5e3b3ad1cc0c0e12a47f2b6.tar.gz
Reduce the FreeBSD custom hacks to gcc.c by using the GCC provided methods
of changing the search dirs. This also removes an used search dir, removes unneeded redundancy, and a bugus dir we enherited on the i386 by baseing off of svr4.h. We went from: install: /usr/libexec/(null) programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/:/usr/bin/:/usr/libexec/ libraries: /usr/libdata/gcc/:/usr/libexec/:/usr/ccs/lib/:/usr/lib/ to: install: /usr/libexec/(null) programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/ libraries: /usr/libexec/:/usr/lib/
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gcc/gcc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/gcc/gcc.c b/contrib/gcc/gcc.c
index 696a272..9c54245 100644
--- a/contrib/gcc/gcc.c
+++ b/contrib/gcc/gcc.c
@@ -3093,12 +3093,6 @@ process_command (argc, argv)
case OBJFMT_UNKNOWN:
fatal ("object format unknown");
}
- add_prefix (&exec_prefixes, "/usr/libexec/", "GCC",
- 0, 0, warn_std_ptr);
- add_prefix (&exec_prefixes, "/usr/bin/", "GCC",
- 0, 0, warn_std_ptr);
- add_prefix (&startfile_prefixes, "/usr/libdata/gcc/", "BINUTILS",
- 0, 0, warn_std_ptr);
#else /* not FREEBSD_NATIVE */
#ifndef OS2
add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS",
OpenPOWER on IntegriCloud