From 3e1e123d02fa495961898f390741bd743a92022d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 11 Feb 2005 10:17:19 +0000 Subject: [BZ #715] * Makefile (installed-stubs): New variable. Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no, or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise. [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs). ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this rule's target. ($(inst_includedir)/gnu/stubs.h): New target, install from ... * include/stubs-biarch.h: New file. * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64. * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig. Emit defn for variable `biarch'. * include/stub-tag.h: Update comment. --- shlib-versions | 1 + 1 file changed, 1 insertion(+) (limited to 'shlib-versions') diff --git a/shlib-versions b/shlib-versions index aaeb9669b2..58e923e717 100644 --- a/shlib-versions +++ b/shlib-versions @@ -35,6 +35,7 @@ powerpc64-.*-linux.* DEFAULT GLIBC_2.3 # Configuration WORDSIZE[32|64] Alternate configuration # ------------- ---------- ----------------------- x86_64-.*-.* WORDSIZE32 i686-@VENDOR@-@OS@ +i.86-.*-.* WORDSIZE64 x86_64-@VENDOR@-@OS@ s390x-.*-.* WORDSIZE32 s390-@VENDOR@-@OS@ s390-.*-.* WORDSIZE64 s390x-@VENDOR@-@OS@ powerpc64-.*-.* WORDSIZE32 powerpc-@VENDOR@-@OS@ -- cgit 1.4.1