From be8b04496302184c6e8f04d6179f9c3afc50aeb6 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 6 Jan 2016 01:47:28 -0800 Subject: initial commit --- gcc/config/sparc/bsd.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 gcc/config/sparc/bsd.h (limited to 'gcc/config/sparc/bsd.h') diff --git a/gcc/config/sparc/bsd.h b/gcc/config/sparc/bsd.h new file mode 100755 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}}" -- cgit v1.2.3