Changeset e478cebf in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-07-23T20:26:50Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
18b5228b
Parents:
c62f2d0 (diff), eccd20e6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge binutils changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rc62f2d0 re478cebf  
    170170        $(USPACE_PATH)/app/websrv/websrv
    171171
     172ifeq ($(CONFIG_BINUTILS),y)
     173RD_APPS_NON_ESSENTIAL += \
     174        $(USPACE_PATH)/app/binutils/bin/as \
     175        $(USPACE_PATH)/app/binutils/bin/ld
     176endif
     177
    172178ifneq ($(CONFIG_BAREBONE),y)
    173179NET_CFG = \
Note: See TracChangeset for help on using the changeset viewer.