summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/alpha
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-24 16:56:31 +0000
committerobrien <obrien@FreeBSD.org>2003-08-24 16:56:31 +0000
commitf02f882874c6a5383ecb505327cda776ca106fe9 (patch)
treeb6ad67083146bca1d34e4440b92675edfd9027a6 /contrib/gcc/config/alpha
parent62ef592c3458839fc820a93e64a0300b2402f39c (diff)
downloadFreeBSD-src-f02f882874c6a5383ecb505327cda776ca106fe9.zip
FreeBSD-src-f02f882874c6a5383ecb505327cda776ca106fe9.tar.gz
Reformat FBSD_{START,END}FILE_SPEC to FSF coding standards.
Use these in our i386, amd64, and alpha platforms.
Diffstat (limited to 'contrib/gcc/config/alpha')
-rw-r--r--contrib/gcc/config/alpha/freebsd.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/contrib/gcc/config/alpha/freebsd.h b/contrib/gcc/config/alpha/freebsd.h
index 82428d0..4bfe666 100644
--- a/contrib/gcc/config/alpha/freebsd.h
+++ b/contrib/gcc/config/alpha/freebsd.h
@@ -54,14 +54,11 @@ Boston, MA 02111-1307, USA. */
%{!dynamic-linker:-dynamic-linker /libexec/ld-elf.so.1}} \
%{static:-Bstatic}}"
-/* We now have to provide a STARTFILE_SPEC because of a moronic pigheaded
+/* Reset our STARTFILE_SPEC because of a moronic pigheaded
Linuxism(glibc'ism) that was added to alpha/elf.h. */
- #undef STARTFILE_SPEC
- #define STARTFILE_SPEC \
- "%{!shared: \
- %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}}\
- crti.o%s %{shared:crtbeginS.o%s}%{!shared:crtbegin.o%s}"
+#undef STARTFILE_SPEC
+#define STARTFILE_SPEC FBSD_STARTFILE_SPEC
/************************[ Target stuff ]***********************************/
OpenPOWER on IntegriCloud