diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-14 14:40:39 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-14 14:40:39 +0000 |
commit | 3795e57647eb4af512b840c0fd5c6571beea80aa (patch) | |
tree | a711852e1ed07a29d54c9814c09aea493de8eb3f /ld | |
parent | c4220303188899ce5d0088cf9cedf162e22d4d1d (diff) | |
download | gdb-3795e57647eb4af512b840c0fd5c6571beea80aa.zip gdb-3795e57647eb4af512b840c0fd5c6571beea80aa.tar.gz gdb-3795e57647eb4af512b840c0fd5c6571beea80aa.tar.bz2 |
C
:wq
q
VS: ----------------------------------------------------------------------
Diffstat (limited to 'ld')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index b8d8d65..d9ae1f6 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -55,7 +55,7 @@ LD_PROG = ld.new mkscript < $< >$*.x # for self hosting -GNUTARGET=a.out-generic-big +GNUTARGET=a.out-sunos-big LDEMULATION=gld BFDLIB=$(srcdir)/../bfd$(subdir)/libbfd.a LIBIBERTY=$(srcdir)/../libiberty$(subdir)/libiberty.a |