diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-10-31 19:26:13 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-10-31 19:26:13 +0000 |
commit | 775f23011b964e1853935ba58131bfe6418204bc (patch) | |
tree | 2597d4daeeffd3bf514b956b3def788db555ac88 /libgloss/m32r/Makefile.in | |
parent | 75241b15dbe979163b1cc95df6a5c16e30ddde7b (diff) | |
download | cygnal-775f23011b964e1853935ba58131bfe6418204bc.tar.gz cygnal-775f23011b964e1853935ba58131bfe6418204bc.tar.bz2 cygnal-775f23011b964e1853935ba58131bfe6418204bc.zip |
2001-10-31 Jeff Johnston <jjohnstn@redhat.com>
* m32r/Makefile.in: Use gdb stub set by configure.
* m32r/configure.in: Add a special macro for testing
c compiler without building executable. Add setting of
GDBSTUB.
* m32r/configure: Regenerated.
Diffstat (limited to 'libgloss/m32r/Makefile.in')
-rw-r--r-- | libgloss/m32r/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/m32r/Makefile.in b/libgloss/m32r/Makefile.in index 909a83719..7226e94af 100644 --- a/libgloss/m32r/Makefile.in +++ b/libgloss/m32r/Makefile.in @@ -64,7 +64,7 @@ TARGETDOC = ../../targetdep.tex CRT0 = crt0.o GDBLIB = m32r-lib.o -GDBSTUB = m32r-stub.o +GDBSTUB = @GDBSTUB@ EVASCRIPT = eva.ld STUBSCRIPT = eva-stub.ld |