Changeset a376c9e in mainline for uspace/app/pcc/cc/cpp/Makefile


Ignore:
Timestamp:
2011-04-14T21:02:28Z (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:
12831ed7
Parents:
3daba9de
Message:

Make the pcc frontend build

File:
1 edited

Legend:

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

    r3daba9de ra376c9e  
    3030MIPDIR = ../../mip
    3131ARCHDIR = ../../arch/$(PLATFORM)
    32 EXTRA_CFLAGS = -I$(MIPDIR) -I$(ARCHDIR)
     32EXTRA_CFLAGS = -I$(MIPDIR) -I$(ARCHDIR) -w
    3333EXTRA_CLEAN = y.tab.c y.tab.h
    3434DEFS = -DCPP_DEBUG -Dfree=free -DCPPBUF=16384
Note: See TracChangeset for help on using the changeset viewer.