Changeset 11a4fbf in mainline for libc/Makefile.toolchain


Ignore:
Timestamp:
2006-03-17T11:47:53Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5a1f82f
Parents:
c05290e
Message:

Userspace printf was rewritten to support standard format. Not all needed features implemented yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/Makefile.toolchain

    rc05290e r11a4fbf  
    2929DEFS = -DARCH=$(ARCH)
    3030CFLAGS = -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include -I$(LIBC_PREFIX)/arch/$(ARCH)/include
    31 LFLAGS = -M
     31LFLAGS = -M -N $(SOFTINT_PREFIX)/softint.a
    3232AFLAGS =
     33
    3334
    3435## Setup platform configuration
Note: See TracChangeset for help on using the changeset viewer.