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] | |
I think you will end up having to support generating different source trees for each multilib variant to be safe and correct.
The idea currently is to make these values explicit so that when people read system.ads, they know right away what the right value is.
This will work for native builds but may have problems on cross builds where you can't run a program. I know for the RTEMS g-soccon* file we have to run a program on target hardware and capture the output.
If you move the source to libada and start potentially using different source combinations for different multilib variants, then it does need to be on a branch.
But some of the patches so far seem like they would be OK to commit on the mainline and minimize diffs.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |