Changes in / [864a081:d4c472b] in mainline


Ignore:
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r864a081 rd4c472b  
    561561! CONFIG_BAREBONE (n/y)
    562562
    563 % Build binutils binaries
    564 ! CONFIG_BINUTILS (n/y)
    565 
    566563% Line debugging information
    567564! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
  • boot/Makefile.common

    r864a081 rd4c472b  
    156156        $(USPACE_PATH)/app/websrv/websrv
    157157
    158 ifeq ($(CONFIG_BINUTILS),y)
    159 RD_APPS_NON_ESSENTIAL += \
    160         $(USPACE_PATH)/app/binutils/as \
    161         $(USPACE_PATH)/app/binutils/ld
    162 endif
    163 
    164158ifneq ($(CONFIG_BAREBONE),y)
    165159NET_CFG = \
  • uspace/Makefile

    r864a081 rd4c472b  
    9292        drv/test2
    9393
    94 ifeq ($(CONFIG_BINUTILS),y)
    95 DIRS += \
    96         app/binutils
    97 endif
    98 
    9994## Networking
    10095#
Note: See TracChangeset for help on using the changeset viewer.