summaryrefslogtreecommitdiffstats
path: root/gcc/config/i386/t-i386elf
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-11 11:33:32 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-11 11:33:32 +0000
commit4837bf611052e6607b35c14dee29852607d207ce (patch)
tree751486b81e02ed70766e5f3bbde1b0ef488d0cc5 /gcc/config/i386/t-i386elf
parentb927a83f1fbbdb702bb670afc2cdbbf26f4ad8cf (diff)
downloadppe42-gcc-4837bf611052e6607b35c14dee29852607d207ce.tar.gz
ppe42-gcc-4837bf611052e6607b35c14dee29852607d207ce.zip
* configure.in (i?86-*-elf*): New target.
* configure: Rebuilt. * i386/i386elf.h, i386/t-i386elf: New files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28057 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/t-i386elf')
-rw-r--r--gcc/config/i386/t-i386elf7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/i386/t-i386elf b/gcc/config/i386/t-i386elf
new file mode 100644
index 00000000000..405976dcb91
--- /dev/null
+++ b/gcc/config/i386/t-i386elf
@@ -0,0 +1,7 @@
+LIBGCC1 = libgcc1.null
+CROSS_LIBGCC1 = libgcc1.null
+
+# 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
OpenPOWER on IntegriCloud