Changeset e708063 in mainline for libc/arch/mips32/Makefile.inc
- Timestamp:
- 2006-03-23T21:18:35Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a71d9af9
- Parents:
- 17242c6e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/mips32/Makefile.inc
r17242c6e re708063 32 32 TARGET = mipsel-linux-gnu 33 33 TOOLCHAIN_DIR = /usr/local/mipsel/bin 34 CFLAGS += -m no-abicalls -mips3 -ftls-model=global-dynamic34 CFLAGS += -mips3 -mno-abicalls 35 35 36 36 ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \
Note:
See TracChangeset
for help on using the changeset viewer.