]> sourceware.org Git - newlib-cygwin.git/commit
newlib: switch to multilib.am
authorMike Frysinger <vapier@gentoo.org>
Mon, 24 Jan 2022 01:04:59 +0000 (20:04 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 26 Jan 2022 09:17:34 +0000 (04:17 -0500)
commitee3ed2b65e28fa5cd9c23e8361cae701973129cf
tree20fcfd51d10c0ef698bfe10e17675b8a869ec46d
parent08a55a233d8a90914270a898360f806f7f8f2bdd
newlib: switch to multilib.am

We use the common config-ml.in for configure, so switch the makefile
over to the common multilib.am.  It's almost exactly the same code,
but there are two differences:
* Common code hooks install-exec-local for install-multi, but newlib
  doesn't currently install any executables, so that doesn't fire.
  Newlib already has install-data-local that inlined install-multi,
  so switch that to the common install-multi.
* Common code doesn't provide a check-multi at all.  Keep ours for
  now.  Some day common code might get it.  Or not.  Who knows.
newlib/Makefile.am
newlib/Makefile.in
This page took 0.031731 seconds and 5 git commands to generate.