Changes in / [1916d1f:6817eba] in mainline


Ignore:
Files:
3 added
5 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r1916d1f r6817eba  
    562562! CONFIG_BAREBONE (n/y)
    563563
    564 % Build binutils binaries
    565 ! CONFIG_BINUTILS (n/y)
    566 
    567564% Line debugging information
    568565! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
  • Makefile

    r1916d1f r6817eba  
    100100distclean: clean
    101101        rm -f $(CSCOPE).out $(COMMON_MAKEFILE) $(COMMON_HEADER) $(COMMON_HEADER_PREV) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) tools/*.pyc tools/checkers/*.pyc release/HelenOS-*
    102         cd ./uspace/app/binutils/; ./distclean.sh
    103102
    104103clean:
  • boot/Makefile.common

    r1916d1f r6817eba  
    166166        $(USPACE_PATH)/app/websrv/websrv
    167167
    168 ifeq ($(CONFIG_BINUTILS),y)
    169 RD_APPS_NON_ESSENTIAL += \
    170         $(USPACE_PATH)/app/binutils/bin/as \
    171         $(USPACE_PATH)/app/binutils/bin/ld
    172 endif
    173 
    174168ifneq ($(CONFIG_BAREBONE),y)
    175169NET_CFG = \
  • uspace/Makefile

    r1916d1f r6817eba  
    111111        drv/bus/usb/vhc
    112112
    113 ifeq ($(CONFIG_BINUTILS),y)
    114 DIRS += \
    115         app/binutils
    116 endif
    117 
    118113## Networking
    119114#
Note: See TracChangeset for help on using the changeset viewer.