Changeset df3c6f02 in mainline for HelenOS.config


Ignore:
Timestamp:
2011-05-31T22:58:56Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d362410
Parents:
82582e4 (diff), 4ce90544 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r82582e4 rdf3c6f02  
    522522! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
    523523
    524 % Use Block Address Translation by the loader
    525 ! [PLATFORM=ppc32] CONFIG_BAT (y/n)
    526 
    527524% Preserve A.OUT header in isofs.b
    528525! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y)
    529526
     527% Dynamic linking support
     528! [PLATFORM=ia32] CONFIG_RTLD (n/y)
     529! [PLATFORM=abs32le|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_RTLD (n)
     530
     531% Build shared libraries
     532! [CONFIG_RTLD=y] CONFIG_BUILD_SHARED_LIBS (n/y)
     533! [CONFIG_RTLD=n] CONFIG_BUILD_SHARED_LIBS (n)
     534
     535% Link against shared libraries
     536! [CONFIG_BUILD_SHARED_LIBS=y] CONFIG_USE_SHARED_LIBS (n/y)
     537! [CONFIG_BUILD_SHARED_LIBS=n] CONFIG_USE_SHARED_LIBS (n)
     538
    530539% Run devman on startup
    531540! CONFIG_START_DEVMAN (y/n)
Note: See TracChangeset for help on using the changeset viewer.