Changeset e708063 in mainline for libc/arch/mips32/Makefile.inc


Ignore:
Timestamp:
2006-03-23T21:18:35Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a71d9af9
Parents:
17242c6e
Message:

Added missing ia32 files.
Renamed entry to start in mips, which is standard in gcc standard
linking scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/mips32/Makefile.inc

    r17242c6e re708063  
    3232TARGET = mipsel-linux-gnu
    3333TOOLCHAIN_DIR = /usr/local/mipsel/bin
    34 CFLAGS += -mno-abicalls -mips3 -ftls-model=global-dynamic
     34CFLAGS += -mips3 -mno-abicalls
    3535
    3636ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \
Note: See TracChangeset for help on using the changeset viewer.