aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-09-28 15:35:19 -0700
committerJim Wilson <wilson@gcc.gnu.org>1993-09-28 15:35:19 -0700
commitc3341e3b3792102d32a14f47c6c638f3e504e4e8 (patch)
tree3c064edd98e565df01a40e65828cdb3e48b0b7d8 /gcc/config
parent0ec1e3690e3680993939bd15e3fa89706fe94c5c (diff)
downloadgcc-c3341e3b3792102d32a14f47c6c638f3e504e4e8.zip
gcc-c3341e3b3792102d32a14f47c6c638f3e504e4e8.tar.gz
gcc-c3341e3b3792102d32a14f47c6c638f3e504e4e8.tar.bz2
New file.
From-SVN: r5507
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/sparc/bsd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/sparc/bsd.h b/gcc/config/sparc/bsd.h
new file mode 100644
index 0000000..761abe2
--- /dev/null
+++ b/gcc/config/sparc/bsd.h
@@ -0,0 +1,7 @@
+#include "sparc/sparc.h"
+
+#undef LIB_SPEC
+#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
+
+#undef STARTFILE_SPEC
+#define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:gcrt0.o%s}%{!p:crt0.o%s}}"