Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-08-22 02:24:42 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-08-22 02:24:42 +0400
commitcb5e3d1df79b8dc533b3a85f35d914716bfa5845 (patch)
tree73b49d0d85000aee3ab4db31d710c4609b3547da /libgloss/mips
parentf1f69c58bfd6987f45ea29ceef0b2cea850fb5b1 (diff)
2006-08-21 David Ung <davidu@mips.com>
* mips/Makefile.in: Add rule for cygmon.o and pass the -mno-mips16 option since it uses the syscall instruction.
Diffstat (limited to 'libgloss/mips')
-rw-r--r--libgloss/mips/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/mips/Makefile.in b/libgloss/mips/Makefile.in
index 00f65a0f9..229a0eb1c 100644
--- a/libgloss/mips/Makefile.in
+++ b/libgloss/mips/Makefile.in
@@ -243,6 +243,9 @@ cfe_mem.o: ${srcdir}/cfe_mem.c ${srcdir}/cfe_api.h
cma101.o: ${srcdir}/cma101.c
$(CC) -c $(CFLAGS_FOR_TARGET) $(CFLAGS) -mno-mips16 ${srcdir}/cma101.c
+# cygmon can not be compiled as mips16 since it uses the syscall instruction
+cygmon.o: ${srcdir}/cygmon.c
+ $(CC) -c $(CFLAGS_FOR_TARGET) $(CFLAGS) -mno-mips16 ${srcdir}/cygmon.c
syscalls.o: ${srcdir}/syscalls.c