diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-06-04 15:54:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-06-04 15:54:57 +0000 |
commit | 559d1cff43be268932c9a1a319a2b1d3fa2ce0a5 (patch) | |
tree | 393c2c69980093d48983633b372bf4a99f445d24 /ld/config | |
parent | b3523cb3ba57175db7c12b52cf6de8d640827ff2 (diff) | |
download | gdb-559d1cff43be268932c9a1a319a2b1d3fa2ce0a5.zip gdb-559d1cff43be268932c9a1a319a2b1d3fa2ce0a5.tar.gz gdb-559d1cff43be268932c9a1a319a2b1d3fa2ce0a5.tar.bz2 |
* config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and
incorrect definitions.
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/sun3.mh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/config/sun3.mh b/ld/config/sun3.mh index e6263df..74bae76 100644 --- a/ld/config/sun3.mh +++ b/ld/config/sun3.mh @@ -1,3 +1 @@ HOSTING_CRT0=/usr/lib/crt0.o /usr/lib/Fcrt1.o -L/usr/lib/fsoft.o -HOSTING_LIBS=-lc -HOSTING_EMU=LDEMULATION=sun3; export LDEMULATION |