Changeset 8ff0bd2 in mainline for uspace/lib/c/arch/mips64/Makefile.common
- Timestamp:
- 2011-09-04T11:30:58Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/lib/c/arch/mips64/Makefile.common (moved) (moved from uspace/srv/hid/char_mouse/Makefile ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips64/Makefile.common
rd2c67e7 r8ff0bd2 1 1 # 2 2 # Copyright (c) 2005 Martin Decky 3 # Copyright (c) 2007 Jakub Jermar4 3 # All rights reserved. 5 4 # … … 28 27 # 29 28 30 USPACE_PREFIX = ../../.. 31 EXTRA_CFLAGS = -Iinclude 32 BINARY = char_ms 29 GCC_CFLAGS += -mips3 -mabi=64 30 AFLAGS = -64 33 31 34 SOURCES = \ 35 proto/ps2.c \ 36 char_mouse.c \ 37 chardev.c 32 ENDIANESS = LE 38 33 39 include $(USPACE_PREFIX)/Makefile.common 34 BFD_ARCH = mips:4000 35 BFD_NAME = elf64-tradlittlemips
Note:
See TracChangeset
for help on using the changeset viewer.
