Changeset 7fb3f1c in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-04-30T20:22:35Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b72635
Parents:
2ca5f632
Message:

Make all architectures buildable. Only allow enabling dynamic linking on ia32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r2ca5f632 r7fb3f1c  
    118118RD_DRV_CFG =
    119119
    120 RD_LIBS = \
    121         $(USPACE_PATH)/lib/test/libtest.so.0
     120RD_LIBS =
     121
     122ifeq ($(CONFIG_RTLD), y)
     123        RD_LIBS += $(USPACE_PATH)/lib/test/libtest.so.0
     124endif
    122125
    123126ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
Note: See TracChangeset for help on using the changeset viewer.