Changeset 76ca3f7 in mainline for uspace/lib/c/arch/mips32eb
- Timestamp:
- 2010-03-23T20:49:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e417b96
- Parents:
- b48ebd19 (diff), 63f8966 (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. - Location:
- uspace/lib/c/arch/mips32eb
- Files:
-
- 1 added
- 15 moved
-
Makefile.common (added)
-
Makefile.inc (moved) (moved from uspace/lib/libc/arch/mips32eb/Makefile.inc ) (2 diffs)
-
_link.ld.in (moved) (moved from uspace/lib/libc/arch/mips32eb/_link.ld.in )
-
include/atomic.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/atomic.h )
-
include/config.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/config.h )
-
include/ddi.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/ddi.h )
-
include/faddr.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/faddr.h )
-
include/fibril.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/fibril.h )
-
include/inttypes.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/inttypes.h )
-
include/istate.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/istate.h )
-
include/limits.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/limits.h )
-
include/syscall.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/syscall.h )
-
include/thread.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/thread.h )
-
include/tls.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/tls.h )
-
include/types.h (moved) (moved from uspace/lib/libc/arch/mips32eb/include/types.h )
-
src (moved) (moved from uspace/lib/libc/arch/mips32eb/src )
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32eb/Makefile.inc
rb48ebd19 r76ca3f7 27 27 # 28 28 29 ## Toolchain configuration30 #31 32 TARGET = mips-linux-gnu33 TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips32eb/bin34 35 29 ARCH_SOURCES = \ 36 30 arch/$(UARCH)/src/entry.s \ … … 42 36 arch/$(UARCH)/src/stacktrace_asm.S 43 37 44 GCC_CFLAGS += -mips3 45 LFLAGS += -N 46 47 ENDIANESS = BE 48 49 BFD_ARCH = mips 50 BFD_NAME = elf32-tradbigmips 38 .PRECIOUS: arch/$(UARCH)/src/entry.o
Note:
See TracChangeset
for help on using the changeset viewer.
