Changeset f5b2522 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-07-07T03:34:03Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8cd8bf6
Parents:
10fdd0e
Message:

Changed behaviour of clean routine. Removed conflict between toolchain and binaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r10fdd0e rf5b2522  
    168168ifeq ($(CONFIG_BINUTILS),y)
    169169RD_APPS_NON_ESSENTIAL += \
    170         $(USPACE_PATH)/app/binutils/as \
    171         $(USPACE_PATH)/app/binutils/ld
     170        $(USPACE_PATH)/app/binutils/bin/as \
     171        $(USPACE_PATH)/app/binutils/bin/ld
    172172endif
    173173
Note: See TracChangeset for help on using the changeset viewer.