Changeset cc6f688 in mainline for libc/Makefile


Ignore:
Timestamp:
2005-11-22T17:07:38Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a6d6656
Parents:
25b0e6a
Message:

uspace work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/Makefile

    r25b0e6a rcc6f688  
    3131
    3232LIBC_PREFIX = .
    33 DEFS = -DARCH=$(ARCH)
    34 CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include
    35 LFLAGS = -M
    36 AFLAGS =
    3733
    3834## Setup toolchain
     
    4541
    4642GENERIC_SOURCES = \
    47         generic/libc.c
     43        generic/libc.c \
     44        generic/io.c
    4845
    4946ARCH_SOURCES = \
    50         arch/$(ARCH)/entry.s \
    51         arch/$(ARCH)/syscall.c
     47        arch/$(ARCH)/src/entry.s \
     48        arch/$(ARCH)/src/syscall.c
    5249
    5350GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.