Changeset b272c67a in mainline


Ignore:
Timestamp:
2016-05-22T19:50:03Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a9414e
Parents:
0dc2fec
Message:

Remove dynamic build restrictions. The one for pcut was never necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r0dc2fec rb272c67a  
    177177endif
    178178
    179 # Build static whenever we use libusb because that library uses
    180 # thread local variables
    181 ifneq ($(findstring usb, $(LIBS)),)
    182         STATIC_BUILD = y
    183 endif
    184 
    185 # Build static because libpcut is linked against libc which uses thread
    186 # local variables
    187 ifneq ($(TEST_SOURCES),)
    188         STATIC_BUILD = y
    189 endif
    190 
    191179ifeq ($(STATIC_BUILD),y)
    192180        BASE_LIBS = $(LIBC_PREFIX)/libc.a $(LIBSOFTINT_PREFIX)/libsoftint.a
Note: See TracChangeset for help on using the changeset viewer.