Changeset b272c67a in mainline
- Timestamp:
- 2016-05-22T19:50:03Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a9414e
- Parents:
- 0dc2fec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r0dc2fec rb272c67a 177 177 endif 178 178 179 # Build static whenever we use libusb because that library uses180 # thread local variables181 ifneq ($(findstring usb, $(LIBS)),)182 STATIC_BUILD = y183 endif184 185 # Build static because libpcut is linked against libc which uses thread186 # local variables187 ifneq ($(TEST_SOURCES),)188 STATIC_BUILD = y189 endif190 191 179 ifeq ($(STATIC_BUILD),y) 192 180 BASE_LIBS = $(LIBC_PREFIX)/libc.a $(LIBSOFTINT_PREFIX)/libsoftint.a
Note:
See TracChangeset
for help on using the changeset viewer.