On Thu, Apr 2, 2020 at 6:52 AM Alfredo Tupone <[email protected]> wrote:
>
> I would like to have the attached changes reviewed and, if possible,
> applied to the toolchain eclass.
Please generate patches using git-format-patch, and send them using
git-send-email. This allows them to be easily reviewed in a mail
client.
> + if use ada; then
> + gcc_do_make "-C gcc gnatlib-shared"
> + ln -s gcc ../build/prev-gcc || die
> + ln -s ${CHOST} ../build/prev-${CHOST} || die
> + gcc_do_make "-C gcc gnattools"
> + fi
You probably want "is_ada" instead of "use ada" here. Otherwise,
portage will error if "ada" is not in IUSE.