Changeset 741e3ba in mainline
- Timestamp:
- 2011-04-28T20:14:50Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30d396b
- Parents:
- 12831ed7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/cc/Makefile
r12831ed7 r741e3ba 31 31 ARCHDIR = ../../arch/$(PLATFORM) 32 32 OSDIR = ../../os/helenos 33 EXTRA_CFLAGS = -I$(MIPDIR) -I$(ARCHDIR) -I$(OSDIR) -w -Werror-implicit-function-declaration33 EXTRA_CFLAGS = -I$(MIPDIR) -I$(ARCHDIR) -I$(OSDIR) -w 34 34 DEFS = -Dmach_$(PLATFORM) -D__helenos__ 35 35 BINARY = cc
Note:
See TracChangeset
for help on using the changeset viewer.