The NetBSD Project

CVS log for src/sys/rump/README.compileopts

[BACK] Up to [cvs.NetBSD.org] / src / sys / rump

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: rmind-smpnet


Revision 1.4.2.2 / (download) - annotate - [select for diffs], Sun May 18 17:46:14 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.4.2.1: +105 -0 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)

sync with head

Revision 1.4.2.1, Wed Apr 23 23:25:45 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.4: +0 -105 lines
FILE REMOVED

file README.compileopts was added on branch rmind-smpnet on 2014-05-18 17:46:14 +0000

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 23 23:25:45 2014 UTC (9 years, 11 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base
Branch point for: yamt-pagecache, rmind-smpnet
Changes since 1.3: +7 -5 lines
Diff to previous 1.3 (colored)

Add a RUMP_USE_CTOR compile-time switch.  If defined, use
__attribute__((constructor)) to determine which rump kernel components
and kernel modules are linked into the rump kernel.  If not defined
(default), use the regular approach with link sets.

This option is aimed to fix problems with toolchains where using link
sets is not possible because the linker does not generate the requisite
__start/__stop symbols for the link set sections (e.g. GNU gold, OS X, ...).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>