Changeset 1567471 in mainline for defaults/amd64/Makefile.config


Ignore:
Timestamp:
2019-01-09T12:38:13Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
272a293, 2d156bb
Parents:
d3e938c
git-author:
Jiri Svoboda <jiri@…> (2018-01-08 19:37:57)
git-committer:
Jiri Svoboda <jiri@…> (2019-01-09 12:38:13)
Message:

Enable dynamic linking on amd64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/amd64/Makefile.config

    rd3e938c r1567471  
    6565CONFIG_BFB_BPP = 16
    6666
     67# Dynamic linking support
     68CONFIG_RTLD = y
     69
     70# Build shared libraries
     71CONFIG_BUILD_SHARED_LIBS = y
     72
     73# Link against shared libraries
     74CONFIG_USE_SHARED_LIBS = y
     75
    6776# Include development files (headers, libraries)
    6877CONFIG_DEVEL_FILES = y
Note: See TracChangeset for help on using the changeset viewer.