diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-11 15:57:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-11 15:57:39 +0000 |
commit | 75fe54719caa6466b0b264c473d9e9b72114cc43 (patch) | |
tree | 5ff1289c88f4dc535e7e71127191e8bcc2b19f25 /ld/config | |
parent | e2f4c2884cfae19c0d8d292534634fec620056dc (diff) | |
download | gdb-75fe54719caa6466b0b264c473d9e9b72114cc43.zip gdb-75fe54719caa6466b0b264c473d9e9b72114cc43.tar.gz gdb-75fe54719caa6466b0b264c473d9e9b72114cc43.tar.bz2 |
* config/i386sco.mh: New file; copy of i386v.mh to correspond to
bfd/configure.host change.
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/.Sanitize | 1 | ||||
-rw-r--r-- | ld/config/i386sco.mh | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index a021d27..a8ce39e 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -41,6 +41,7 @@ hppaosf.mt i386-aout.mt i386-bsd.mt i386-coff.mt +i386sco.mh i386v.mh i386v.mt i960.mt diff --git a/ld/config/i386sco.mh b/ld/config/i386sco.mh new file mode 100644 index 0000000..2646840 --- /dev/null +++ b/ld/config/i386sco.mh @@ -0,0 +1,4 @@ +# 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 |