Changeset ac47b7c2 in mainline for uspace/lib/libc/Makefile.toolchain


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/Makefile.toolchain

    r553492be rac47b7c2  
    2828
    2929CFLAGS = -I$(LIBC_PREFIX)/include -O3 -imacros $(LIBC_PREFIX)/../../../config.h \
    30         -fexec-charset=UTF-8 -fwide-exec-charset=UTF-32 -finput-charset=UTF-8 \
    31         -fno-builtin -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
    32         -Werror-implicit-function-declaration -nostdlib -nostdinc -pipe -g
     30        -fexec-charset=UTF-8 -fwide-exec-charset=UTF-32$(ENDIANESS) \
     31        -finput-charset=UTF-8 -fno-builtin -Wall -Wextra -Wno-unused-parameter \
     32        -Wmissing-prototypes -Werror-implicit-function-declaration -nostdlib \
     33        -nostdinc -pipe -g -D__$(ENDIANESS)__
    3334LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a
    3435AFLAGS =
Note: See TracChangeset for help on using the changeset viewer.