diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-05-25 22:37:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-05-25 22:37:41 +0000 |
commit | 63545898381f35cfa4b0bffebe21b2fcf1621551 (patch) | |
tree | a64714a71680028567c3b94c6ab7606a23df3708 /ld/config/irix4.mh | |
parent | aea2312bde4a0496c0238842f36cfc8dd70b0164 (diff) | |
download | gdb-63545898381f35cfa4b0bffebe21b2fcf1621551.zip gdb-63545898381f35cfa4b0bffebe21b2fcf1621551.tar.gz gdb-63545898381f35cfa4b0bffebe21b2fcf1621551.tar.bz2 |
* Makefile.in: configure looks for ####, so remove lines with many
'#' characters.
* config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0
and HOSTING_LIBS correctly so that ``make check'' will work.
Diffstat (limited to 'ld/config/irix4.mh')
-rw-r--r-- | ld/config/irix4.mh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/config/irix4.mh b/ld/config/irix4.mh new file mode 100644 index 0000000..7e778a4 --- /dev/null +++ b/ld/config/irix4.mh @@ -0,0 +1,3 @@ +# Irix 4.0.1 does not use /lib/crt0.o +HOSTING_CRT0=/usr/lib/crt1.o +HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else echo $(libdir)/libgcc.a; fi` -lc /usr/lib/crtn.o |