Changeset 741e3ba in mainline


Ignore:
Timestamp:
2011-04-28T20:14:50Z (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:
30d396b
Parents:
12831ed7
Message:

remove pointless option from cc CFLAGS

File:
1 edited

Legend:

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

    r12831ed7 r741e3ba  
    3131ARCHDIR = ../../arch/$(PLATFORM)
    3232OSDIR = ../../os/helenos
    33 EXTRA_CFLAGS = -I$(MIPDIR) -I$(ARCHDIR) -I$(OSDIR) -w -Werror-implicit-function-declaration
     33EXTRA_CFLAGS = -I$(MIPDIR) -I$(ARCHDIR) -I$(OSDIR) -w
    3434DEFS = -Dmach_$(PLATFORM) -D__helenos__
    3535BINARY = cc
Note: See TracChangeset for help on using the changeset viewer.