Ignore:
Timestamp:
2009-06-18T08:30:50Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12956e57
Parents:
553492be
Message:

define endianess externally to be able to exactly specify whether we are using UTF-32LE or UTF-32BE
quit messing with BOM in UTF-32

File:
1 edited

Legend:

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

    r553492be rac47b7c2  
    3232TARGET = mips-linux-gnu
    3333TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips/bin
    34 CFLAGS += -mips3
    3534
    3635ARCH_SOURCES += arch/$(UARCH)/src/syscall.c \
     
    3837                arch/$(UARCH)/src/tls.c
    3938
     39CFLAGS += -mips3
    4040LFLAGS += -N
     41
     42ENDIANESS = BE
    4143
    4244BFD_ARCH = mips
Note: See TracChangeset for help on using the changeset viewer.