Changeset d815b74 in mainline


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

Remove binutils from mainline as they have a better home in coastline.

Files:
5 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r6d5da743 rd815b74  
    627627! CONFIG_PCC (n/y)
    628628
    629 % Build binutils binaries
    630 ! CONFIG_BINUTILS (n/y)
    631 
    632629% Build MSIM binary
    633630! CONFIG_MSIM (n/y)
  • Makefile

    r6d5da743 rd815b74  
    106106distclean: clean
    107107        rm -f $(CSCOPE).out $(COMMON_MAKEFILE) $(COMMON_HEADER) $(COMMON_HEADER_PREV) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) tools/*.pyc tools/checkers/*.pyc release/HelenOS-*
    108         cd ./uspace/app/binutils/; ./distclean.sh
    109108
    110109clean:
  • boot/Makefile.common

    r6d5da743 rd815b74  
    226226endif
    227227
    228 ifeq ($(CONFIG_BINUTILS),y)
    229 RD_APPS_NON_ESSENTIAL += \
    230         $(USPACE_PATH)/app/binutils/bin/as \
    231         $(USPACE_PATH)/app/binutils/bin/ld
    232 endif
    233 
    234228ifeq ($(CONFIG_MSIM),y)
    235229RD_APPS_NON_ESSENTIAL += \
  • uspace/Makefile

    r6d5da743 rd815b74  
    163163endif
    164164
    165 ifeq ($(CONFIG_BINUTILS),y)
    166 DIRS += \
    167         app/binutils
    168 endif
    169 
    170165ifeq ($(CONFIG_MSIM),y)
    171166DIRS += \
Note: See TracChangeset for help on using the changeset viewer.