Changeset 6353d0fd in mainline


Ignore:
Timestamp:
2014-04-28T23:29:35Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f40318f
Parents:
33576fb2
Message:

Remove pcc from mainline as it has a better home in coastline.

Files:
222 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r33576fb2 r6353d0fd  
    624624! CONFIG_BAREBONE (n/y)
    625625
    626 % Build pcc binaries
    627 ! CONFIG_PCC (n/y)
    628 
    629626% Line debugging information
    630627! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
  • boot/Makefile.common

    r33576fb2 r6353d0fd  
    218218        $(USPACE_PATH)/app/df/df
    219219
    220 ifeq ($(CONFIG_PCC),y)
    221 RD_APPS_NON_ESSENTIAL += \
    222         $(USPACE_PATH)/app/cc/cc \
    223         $(USPACE_PATH)/app/ccom/ccom \
    224         $(USPACE_PATH)/app/ccom/mkext/cc_mkext \
    225         $(USPACE_PATH)/app/cpp/cpp
    226 endif
    227 
    228220COMPONENTS = \
    229221        $(KERNEL_PATH)/kernel.bin \
  • uspace/Makefile

    r33576fb2 r6353d0fd  
    155155        drv/nic/rtl8139
    156156
    157 ifeq ($(CONFIG_PCC),y)
    158 DIRS += \
    159         app/cc \
    160         app/ccom \
    161         app/ccom/mkext \
    162         app/cpp
    163 endif
    164 
    165157## Platform-specific hardware support
    166158#
Note: See TracChangeset for help on using the changeset viewer.