Changeset 3ffb69b in mainline for defaults/arm32/Makefile.config


Ignore:
Timestamp:
2019-01-22T12:16:42Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b51ee38
Parents:
e5360a8
git-author:
Jiri Svoboda <jiri@…> (2019-01-21 18:16:32)
git-committer:
Jiri Svoboda <jiri@…> (2019-01-22 12:16:42)
Message:

Dynamic linking for arm32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/arm32/Makefile.config

    re5360a8 r3ffb69b  
    3838CONFIG_HID_OUT = generic
    3939
     40# Dynamic linking support
     41CONFIG_RTLD = y
     42
     43# Build shared libraries
     44CONFIG_BUILD_SHARED_LIBS = y
     45
     46# Link against shared libraries
     47CONFIG_USE_SHARED_LIBS = y
     48
    4049# Optimization level
    4150OPTIMIZATION = 3
Note: See TracChangeset for help on using the changeset viewer.