This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
libstdc++'s acinclude.m4 has machinery that executes "gcc -v" grepping
out the "Thread model", then if the gthr-${thread_model}.h exists, it
subts the filename (via glibcxx_thread_h) which is then used
libstdc++'s Makefile.am to create a gthr-default.h using a rule that
basically cats an #include line for the arch specific gthr-*.h into
gthr-default.h and does some replacement of various macros using sed.
-- Mark Mitchell CodeSourcery mark@codesourcery.com (650) 331-3385 x713
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |