This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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] | |
A number of these sources are indeed shared (some compiler sources are used by the library and/or some tools) and moving them is not straightforward.
1) Add a new "gcc_subdir" variable in config-lang.in. When set, configure
looks for a complete config-lang.in, makefile fragments (Make-lang.in),
lang tree files, ... in $(srcdir)/<lang_name>/<gcc_subdir>. When not
set it looks in $(srcdir)/<lang_name> as usual.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |