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/ia64/Makefile.inc

    r553492be rac47b7c2  
    3232TARGET = ia64-pc-linux-gnu
    3333TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64/bin
    34 CFLAGS += -fno-unwind-tables -DMALLOC_ALIGNMENT_16
    35 LFLAGS += -N $(SOFTINT_PREFIX)/libsoftint.a
    36 AFLAGS +=
    3734
    3835ARCH_SOURCES += arch/$(UARCH)/src/syscall.S \
     
    4138        arch/$(UARCH)/src/ddi.c
    4239
     40CFLAGS += -fno-unwind-tables -DMALLOC_ALIGNMENT_16
     41LFLAGS += -N $(SOFTINT_PREFIX)/libsoftint.a
     42
     43ENDIANESS = LE
     44
    4345BFD_NAME = elf64-ia64-little
    4446BFD_ARCH = ia64-elf64
Note: See TracChangeset for help on using the changeset viewer.