Changeset 7ab6fc2 in mainline for uspace/app/pcc/cc/cpp/Makefile


Ignore:
Timestamp:
2011-04-09T19:15:26Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40ef3ed
Parents:
2e08dce
Message:

setting POSIX_COMPAT=1 in the makefile now makes compat headers preferred and links with libcompat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/cc/cpp/Makefile

    r2e08dce r7ab6fc2  
    2727#
    2828
    29 # TODO: prefer libcompat headers to libc
    30 
    3129ARCH = i386  # FIXME: figure out the real arch
    3230
    3331USPACE_PREFIX = ../../../..
    34 LIBS = $(LIBCOMPAT_PREFIX)/libcompat.a
    3532MIPDIR = ../../mip
    3633ARCHDIR = ../../arch/$(ARCH)
    37 EXTRA_CFLAGS = -I$(LIBCOMPAT_PREFIX) -I$(MIPDIR) -I$(ARCHDIR)
     34EXTRA_CFLAGS = -I$(MIPDIR) -I$(ARCHDIR)
    3835EXTRA_CLEAN = y.tab.c y.tab.h
    3936DEFS = -DCPP_DEBUG -Dfree=free -DCPPBUF=16384
    4037BINARY = cpp
     38
     39POSIX_COMPAT = 1
    4140
    4241YACC = yacc
Note: See TracChangeset for help on using the changeset viewer.