This is the mail archive of the gcc-patches@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] | |
Since we now do "cd ada" in Make-lang.in install-gnatlib, we must remove some ada/ in Makefile.in, otherwise it doesn't work.
Waiting for bootstrap and tests, ok to commit if it works? Andreas, my build script uses absolute configure pathes, could you check
Right now install doesn't work with the library and fails silently (BTW,
why is there a ignore fail here?), one more reason to test only after
install (like I do for Ada :), otherwise we won't catch these errors
until making releases.
Laurent, this is OK, please install after testing completes. Andreas, next time please describe how you tested your patch. For makefile changes, it should be something like - configure --enable-languages=c,ada - make bootstrap - (cd gcc ; make gnatlib_and_tools) - make install
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |