Changeset 9a0367f in mainline for uspace/lib/libc


Ignore:
Timestamp:
2009-01-20T18:38:16Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27fb3d6
Parents:
b1747a5
Message:

configuration system overhaul (requires newt)

Location:
uspace/lib/libc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/Makefile

    rb1747a5 r9a0367f  
    3030#
    3131
    32 include ../../Makefile.config
     32-include ../../../Makefile.config
    3333
    3434LIBC_PREFIX = $(shell pwd)
  • uspace/lib/libc/Makefile.toolchain

    rb1747a5 r9a0367f  
    3131LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a
    3232AFLAGS =
    33 #-Werror
    3433
    3534## Setup platform configuration
    3635#
    3736
    38 include $(LIBC_PREFIX)/arch/$(ARCH)/Makefile.inc
     37-include $(LIBC_PREFIX)/arch/$(ARCH)/Makefile.inc
    3938
    4039## Simple detection of the host system
  • uspace/lib/libc/arch/mips32/Makefile.inc

    rb1747a5 r9a0367f  
    3838CFLAGS += -mips3
    3939
    40 -include ../../Makefile.config
     40-include ../../../Makefile.config
    4141ifeq ($(CONFIG_MIPS_FPU),y)
    4242        CFLAGS += -DCONFIG_MIPS_FPU
Note: See TracChangeset for help on using the changeset viewer.