Changes in / [e478cebf:c62f2d0] in mainline


Ignore:
Files:
5 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    re478cebf rc62f2d0  
    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

    re478cebf rc62f2d0  
    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

    re478cebf rc62f2d0  
    170170        $(USPACE_PATH)/app/websrv/websrv
    171171
    172 ifeq ($(CONFIG_BINUTILS),y)
    173 RD_APPS_NON_ESSENTIAL += \
    174         $(USPACE_PATH)/app/binutils/bin/as \
    175         $(USPACE_PATH)/app/binutils/bin/ld
    176 endif
    177 
    178172ifneq ($(CONFIG_BAREBONE),y)
    179173NET_CFG = \
  • uspace/Makefile

    re478cebf rc62f2d0  
    115115        drv/bus/usb/vhc
    116116
    117 ifeq ($(CONFIG_BINUTILS),y)
    118 DIRS += \
    119         app/binutils
    120 endif
    121 
    122117## Networking
    123118#
Note: See TracChangeset for help on using the changeset viewer.