aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.disasm/hppa.mt
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.disasm/hppa.mt')
-rw-r--r--gdb/testsuite/gdb.disasm/hppa.mt5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.disasm/hppa.mt b/gdb/testsuite/gdb.disasm/hppa.mt
new file mode 100644
index 0000000..b517f11
--- /dev/null
+++ b/gdb/testsuite/gdb.disasm/hppa.mt
@@ -0,0 +1,5 @@
+EXECUTABLES = hppa
+hppa: hppa.s
+ $(AS) $(ASFLAGS) hppa.s -o hppa.o
+ $(CC) $(CFLAGS) $(LDFLAGS) -o hppa hppa.o $(LIBS)
+