aboutsummaryrefslogtreecommitdiff
path: root/ld/config/i386v.mh
diff options
context:
space:
mode:
Diffstat (limited to 'ld/config/i386v.mh')
-rw-r--r--ld/config/i386v.mh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/config/i386v.mh b/ld/config/i386v.mh
deleted file mode 100644
index 2646840..0000000
--- a/ld/config/i386v.mh
+++ /dev/null
@@ -1,4 +0,0 @@
-# For testing, we want to use /lib/crt1.o and /lib/crtn.o so that
-# constructors work properly.
-HOSTING_CRT0=/lib/crt1.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; fi`
-HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else gcc -print-libgcc-file-name; fi` -lc `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; fi` /lib/crtn.o