]> git.ipfire.org Git - thirdparty/gcc.git/commit
modula-2, plugin: Fix Darwin bootstrap issues.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 13 Aug 2023 09:51:42 +0000 (10:51 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sun, 13 Aug 2023 13:38:56 +0000 (14:38 +0100)
commit25be11e982c76200fabb375c8c63eff8c6856980
tree728a985af255a76851f31368e7d531f62a4f963c
parentadae87c162e3cf5ad161d136f0121d095c09f3a9
modula-2, plugin: Fix Darwin bootstrap issues.

This corrects some typos in the suffix of the m2rte pluing that
lead to a bootstrap fail on Darwin, where the suffix is not '.so'.

On some versions of Darwin, the linker complains if libSystem is not
linked, so we disable all the default libs, but add libc back.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/m2/ChangeLog:

* Make-lang.in: Update suffix spellings to use 'soext'.
Add libc to the plugin link.
gcc/m2/Make-lang.in