mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-18 11:49:10 +08:00
* gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
|
||||
|
||||
Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
|
||||
|
@ -1,5 +1,5 @@
|
||||
EXECUTABLES = hppa
|
||||
hppa: hppa.s
|
||||
$(AS) $(ASFLAGS) hppa.s -o hppa.o
|
||||
$(AS) $(ASFLAGS) $(srcdir)/hppa.s -o hppa.o
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o hppa hppa.o $(LIBS)
|
||||
|
||||
|
Reference in New Issue
Block a user