Changes in / [df8110d3:ad28599] in mainline


Ignore:
Files:
5 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    rdf8110d3 rad28599  
    558558! CONFIG_BAREBONE (n/y)
    559559
    560 % Build binutils binaries
    561 ! CONFIG_BINUTILS (n/y)
    562 
    563560% Line debugging information
    564561! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
  • Makefile

    rdf8110d3 rad28599  
    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

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

    rdf8110d3 rad28599  
    113113        drv/vhc
    114114
    115 ifeq ($(CONFIG_BINUTILS),y)
    116 DIRS += \
    117         app/binutils
    118 endif
    119 
    120115## Networking
    121116#
Note: See TracChangeset for help on using the changeset viewer.