Ignore:
Timestamp:
2009-03-16T22:58:11Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be6038b
Parents:
f36c061
Message:

resurrect big endian support for mips32: switch from mips-sgi-irix5 toolchain to mips-linux-gnu
the kernel is working alright, the user space has some bugs yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/arch/mips32eb/Makefile.inc

    rf36c061 r656b789  
    3030#
    3131
    32 TARGET = mips-sgi-irix5
     32TARGET = mips-linux-gnu
    3333TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips/bin
    34 CFLAGS += -mips3 
     34CFLAGS += -mips3
    3535
    3636ARCH_SOURCES += arch/$(UARCH)/src/syscall.c \
     
    4141
    4242BFD_ARCH = mips
    43 BFD_NAME = elf32-big
     43BFD_NAME = elf32-tradbigmips
Note: See TracChangeset for help on using the changeset viewer.