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


Ignore:
Timestamp:
2006-03-24T00:51:14Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86d05fae
Parents:
e708063
Message:

Changed MIPS to compile as PIC code.

File:
1 edited

Legend:

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

    re708063 ra71d9af9  
    3232TARGET = mipsel-linux-gnu
    3333TOOLCHAIN_DIR = /usr/local/mipsel/bin
    34 CFLAGS += -mips3 -mno-abicalls
     34CFLAGS += -mips3
    3535
    3636ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \
    3737        arch/$(ARCH)/src/psthread.S
    3838
    39 LFLAGS += -N
    4039
Note: See TracChangeset for help on using the changeset viewer.