summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-15 21:59:46 +0000
committerobrien <obrien@FreeBSD.org>1999-08-15 21:59:46 +0000
commite873ea78b5c9f9bb580bd24d1b0b8fa867de6b07 (patch)
tree86a9e2a8ac2a6e5dad1347ba6a4290f5ef2ca042 /contrib/gcc/config
parentd7ab53a49abe7a6364eb6732e2a1603685110f88 (diff)
downloadFreeBSD-src-e873ea78b5c9f9bb580bd24d1b0b8fa867de6b07.zip
FreeBSD-src-e873ea78b5c9f9bb580bd24d1b0b8fa867de6b07.tar.gz
Move "LIBGCC_SPEC" to freebsd-native.h as it is not approapiate for
submitting to the GCC mainainers for folding into the stock GCC.
Diffstat (limited to 'contrib/gcc/config')
-rw-r--r--contrib/gcc/config/freebsd.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h
index f23d6a3..bf70d09 100644
--- a/contrib/gcc/config/freebsd.h
+++ b/contrib/gcc/config/freebsd.h
@@ -1,4 +1,4 @@
-/* $Id: freebsd.h,v 1.13 1999/06/28 09:05:56 obrien Exp $ */
+/* $Id: freebsd.h,v 1.15 1999/07/02 19:26:45 obrien Exp $ */
/* Base configuration file for all FreeBSD targets.
Copyright (C) 1999 Free Software Foundation, Inc.
@@ -57,11 +57,6 @@ Boston, MA 02111-1307, USA. */
#undef LIB_SPEC
#define LIB_SPEC "%{!shared:%{!pg:%{!pthread:%{!kthread:-lc}%{kthread:-lpthread -lc}}%{pthread:-lc_r}}%{pg:%{!pthread:%{!kthread:-lc_p}%{kthread:-lpthread_p -lc_p}}%{pthread:-lc_r_p}}}"
-/* Tell gcc to locate libgcc.a for us according to the -m rules. */
-#undef LIBGCC_SPEC
-#define LIBGCC_SPEC \
- "%{!shared:%{!pthread:%{!kthread:libgcc.a%s}}%{pthread|kthread:libgcc_r.a%s}}"
-
/* Code generation parameters. */
OpenPOWER on IntegriCloud