From 84fd3b286e2dea6a8bd371cb828668a859513ea1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 18 Jan 1992 07:06:53 +0000 Subject: [PATCH] Initial revision From-SVN: r211 --- gcc/config/t-svr4 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gcc/config/t-svr4 diff --git a/gcc/config/t-svr4 b/gcc/config/t-svr4 new file mode 100644 index 000000000000..ad8ad86613a7 --- /dev/null +++ b/gcc/config/t-svr4 @@ -0,0 +1,8 @@ +# For svr4 we build crtbegin.o and crtend.o which serve to add begin and +# end labels to the .ctors and .dtors section when we link using gcc. + +EXTRA_PARTS=crtbegin.o crtend.o + +# For svr4 we run the special svr4 fixincludes script. + +FIXINCLUDES=fixinc.svr4