Changeset d815b74 in mainline for boot/Makefile.common


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 += \
Note: See TracChangeset for help on using the changeset viewer.