Changeset ec3e2ed in mainline for defaults/ia32/Makefile.config


Ignore:
Timestamp:
2011-03-23T23:10:36Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1d465bf
Parents:
143932e
Message:

Build shared C library. Add config options for building and using all libraries
as shared instead of just C library (not working yet). Move libtest under
lib/test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/ia32/Makefile.config

    r143932e rec3e2ed  
    6565CONFIG_VESA_BPP = 16
    6666
    67 # Use shared C library
    68 CONFIG_SHARED_LIBC = n
     67# Build shared libraries
     68CONFIG_BUILD_SHARED_LIBS = y
     69
     70# Link against shared libraries
     71CONFIG_USE_SHARED_LIBS = y
    6972
    7073# Load disk drivers on startup
Note: See TracChangeset for help on using the changeset viewer.