From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by sourceware.org (Postfix) with ESMTPS id A8D933858281 for ; Sun, 19 Jun 2022 20:15:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A8D933858281 Received: by mail-wr1-x42d.google.com with SMTP id q9so12037340wrd.8 for ; Sun, 19 Jun 2022 13:15:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:message-id:mime-version:subject:date :in-reply-to:cc:to:references; bh=lWp8Fr4oxuZ2f8vAQhZxluUsVmUOiZLG9dB4ar3NsH0=; b=IZgofSs/gsVffWFKGN0pmzhlEtM7LNNnjByS4z5U4LRrOaHkv+lFmBqDth1T7v24r9 /m7Twy1O0M8koS23bytYoUt/637937zzQMsuUFHOd1e6Ahv3S3a82K0ewr/fNXEemYs5 5A+gB/l16DKWY5O8lVoe8SDQCk8yDpzJ2BaG0Mv4lScCZ5qnqrRd/TSB9wb2GrfAWbsg mNsmiayiqekD4ZFmnmPNbqLh55hTEwTXDO3jcAaFpQo2fXNbyrid+sqEW1Or8YSHeMJu 0gV253X3oIGKiJOptfJCej9GUHW+NTPJBULOYvCa/t1qr549JlG/l8EeEtScZ9Rez0aN K6Gw== X-Gm-Message-State: AJIora/FV83Iq1FSw2nm7NcMxifEtQ1Bey9s4XxTl3T463UwCuJPIpJs OA3v4XZgb60Sk3gFbJrWDWE= X-Google-Smtp-Source: AGRyM1tLT7HGN9nSeMzX6xPn2c+u71S2zhJBrTLViEHY+iV0Ig/2LQl1eXO+PsIPOuXi+cN+P3ZtgA== X-Received: by 2002:a05:6000:1842:b0:218:45f7:d850 with SMTP id c2-20020a056000184200b0021845f7d850mr19745750wri.434.1655669707640; Sun, 19 Jun 2022 13:15:07 -0700 (PDT) Received: from [192.168.1.95] (host81-138-1-83.in-addr.btopenworld.com. [81.138.1.83]) by smtp.googlemail.com with ESMTPSA id i30-20020a1c541e000000b0039c15861001sm15622411wmb.21.2022.06.19.13.15.06 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jun 2022 13:15:06 -0700 (PDT) From: Iain Sandoe Message-Id: <9181FC49-E1B7-402F-9B5C-6D7C81D62EC8@googlemail.com> Content-Type: multipart/mixed; boundary="Apple-Mail=_7E4B8808-E6BC-4A4B-A037-AB50509F795E" Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Re: remove intl/ directory? Date: Sun, 19 Jun 2022 21:15:05 +0100 In-Reply-To: <61E1C7F4-3CC0-4346-BEE4-3FAC928C5181@googlemail.com> Cc: GCC Development To: Bruno Haible References: <32334822.2dzg3u6YtW@omega> <2F423461-3AF4-4BA9-95D8-EC53B49B43A2@googlemail.com> <4169891.DDXKiFAisr@omega> <61E1C7F4-3CC0-4346-BEE4-3FAC928C5181@googlemail.com> X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2022 20:15:12 -0000 --Apple-Mail=_7E4B8808-E6BC-4A4B-A037-AB50509F795E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi Bruno, > On 19 Jun 2022, at 09:40, Iain Sandoe via Gcc wrote: >=20 >> On 19 Jun 2022, at 01:32, Bruno Haible wrote: >>> - so, please could we follow the pattern for GMP et. al. where the = library >>> can be provided with =E2=80=94with-intl=3D pointing to an = installation >>> , or be built in-tree by symlinking an approved version into the GCC = tree. >> I believe that this can be achieved easily by adding a few lines to = the >> Makefile.def, such as: >>=20 >> host_modules=3D { module=3D gettext-runtime; no_install=3Dtrue; >> extra_configure_flags=3D'--disable-shared'; >> lib_path=3Dintl/.libs; }; >>=20 >> The symlink 'gettext-runtime' will need to point to the = 'gettext-runtime' >> *subdirectory* of an unpacked GNU gettext tarball. >=20 > Thanks, that=E2=80=99s very helpful information - it could be = something to trial relatively > easily. So, indeed, part of this is quite straight forward - we can amend the = Makefile.def to specify that GCC should use gettext-runtime (it will be used if the = directory is present, otherwise there will be no intl support). The tricky part is that we need to use the runtime =E2=80=98uninstalled=E2= =80=99, and here is where intl is helpful - it provides a =E2=80=98config.intl=E2=80=99 that can = be sourced via gettext-sister.m4 to provide the neccessary configure input to directories that want to = use intl. I have hacked a change to gettext-sister.m4 that fishes the same = information out of gettext-runtime/Makefile (as configured in $build) - obviously this = is going to be fragile w.r.t different versions of gettext-runtime (so I am not = suggesting this is a viable patch) - simply something to illustrate what needs to be figured = out. So - the changes are in Makefile.def and config/gettext-sister.m4 (the = patch includes the regenerated files for convenience of use). I tried this with gettext-0.21 on macOS 10.15 and, AFAICT, it DTRT - but = needs work to resolve the main point above. This has been tried with / without deleting intl; from the GCC = perspective it works the same both ways, except that there=E2=80=99s a redundant build of intl = when gettext-runtime is present (but it does mean that the other packages - GDB et. al, are not = changed). I=E2=80=99d be interested in your ideas for how to solve the = =E2=80=98uninstalled=E2=80=99 use. Iain P.S. I am slighty surprised that configuring with =E2=80=94disable-java = does not appear to stop the on-screen popup appearing that tells me I need to install Java to = use this =E2=80=A6 that would be an irritation when using this on a headless box. --Apple-Mail=_7E4B8808-E6BC-4A4B-A037-AB50509F795E Content-Disposition: attachment; filename=0001-config-Quick-hack-to-try-using-gettext-runtime-in-pl.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-config-Quick-hack-to-try-using-gettext-runtime-in-pl.patch" Content-Transfer-Encoding: quoted-printable =46rom=2093182e959af9a04a8e3cd75c82d9dd40a478023f=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Iain=20Sandoe=20=0ADate:=20= Sun,=2019=20Jun=202022=2020:54:40=20+0100=0ASubject:=20[PATCH]=20config:=20= Quick=20hack=20to=20try=20using=20gettext-runtime=20in=20place=20of=0A=20= intl.=0A=0ATo=20use=20this,=20symlink=20(or,=20I=20guessm=20untar)=20= gettext=20and=20then=20link=20the=0Agettext-runtime=20dir=20into=20the=20= top=20level=20of=20the=20GCC=20source=20tree.=0A=0ABuilding=20the=20= runtime=20and=20specifying=20the=20dependencies=20is=20not=20too=0Ahard;=20= the=20main=20issue=20to=20be=20solved=20is=20using=20the=20runtime=20= 'uninstalled'.=0AHere,=20the=20intl/=20version=20has=20a=20helpful=20= 'config.intl'=20which=20summarises=0Athe=20required=20config=20= parameters=20-=20which=20we=20have=20to=20otherwise=20pull=0Asomewhat=20= painfully=20from=20the=20configured=20Makefile=20in=20the=20= gettext-runtime=0Adir.=0A=0ASigned-off-by:=20Iain=20Sandoe=20= =0A=0AChangeLog:=0A=0A=09*=20Makefile.def:=20Build=20= gettext-runtime=20if=20it=20is=20there.=0A=09*=20Makefile.in:=20= Regenerate.=0A=09*=20configure:=20Regenerate.=0A=09*=20configure.ac:=20= Add=20gettext-runtime.=0A=0Aconfig/ChangeLog:=0A=0A=09*=20= gettext-sister.m4:=20Fish=20the=20values=20out=20of=20gettext-runtime=0A=09= Makefile=20if=20there=20is=20a=20gettext-runtime=20build=20in=20the=20= tree.=0A=0Agcc/ChangeLog:=0A=0A=09*=20configure:=20Regenerate.=0A=0A= libcpp/ChangeLog:=0A=0A=09*=20configure:=20Regenerate.=0A---=0A=20= Makefile.def=20=20=20=20=20=20=20=20=20=20=20=20=20|=20=20=2012=20+-=0A=20= Makefile.in=20=20=20=20=20=20=20=20=20=20=20=20=20=20|=201362=20= +++++++++++++++++++++++++++++++++++++-=0A=20config/gettext-sister.m4=20|=20= =20=2033=20+-=0A=20configure=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20|=20=20=20=202=20+-=0A=20configure.ac=20=20=20=20=20=20=20=20=20=20=20= =20=20|=20=20=20=202=20+-=0A=20gcc/configure=20=20=20=20=20=20=20=20=20=20= =20=20|=20=20=2023=20+-=0A=20libcpp/configure=20=20=20=20=20=20=20=20=20= |=20=20=2019=20+-=0A=207=20files=20changed,=201405=20insertions(+),=2048=20= deletions(-)=0A=0Adiff=20--git=20a/Makefile.def=20b/Makefile.def=0Aindex=20= 72d58549645..4aed2937736=20100644=0A---=20a/Makefile.def=0A+++=20= b/Makefile.def=0A@@=20-70,6=20+70,9=20@@=20host_modules=3D=20{=20module=3D= =20isl;=20lib_path=3D.libs;=20bootstrap=3Dtrue;=0A=20=09=09= extra_configure_flags=3D'--disable-shared=20= @extra_isl_gmp_configure_flags@';=0A=20=09=09extra_make_flags=3D'V=3D1';=0A= =20=09=09no_install=3D=20true;=20};=0A+host_modules=3D=20{=20module=3D=20= gettext-runtime;=20bootstrap=3Dtrue;=20no_install=3Dtrue;=0A+=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20extra_configure_flags=3D'--disable-shared= =20--disable-java=20--disable-csharp';=0A+=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20lib_path=3Dintl/.libs;=20};=0A=20host_modules=3D=20{=20= module=3D=20libelf;=20lib_path=3D.libs;=20bootstrap=3Dtrue;=0A=20=09=09= extra_configure_flags=3D'--disable-shared';=0A=20=09=09no_install=3D=20= true;=20};=0A@@=20-343,7=20+346,7=20@@=20dependencies=20=3D=20{=20= module=3Dall-build-fixincludes;=20on=3Dall-build-libiberty;=20};=0A=20= dependencies=20=3D=20{=20module=3Dall-build-libcpp;=20= on=3Dall-build-libiberty;=20};=0A=20=0A=20//=20Host=20modules=20specific=20= to=20gcc.=0A-dependencies=20=3D=20{=20module=3Dconfigure-gcc;=20= on=3Dconfigure-intl;=20};=0A+dependencies=20=3D=20{=20= module=3Dconfigure-gcc;=20on=3Dconfigure-gettext-runtime;=20};=0A=20= dependencies=20=3D=20{=20module=3Dconfigure-gcc;=20on=3Dall-gmp;=20};=0A=20= dependencies=20=3D=20{=20module=3Dconfigure-gcc;=20on=3Dall-mpfr;=20};=0A= =20dependencies=20=3D=20{=20module=3Dconfigure-gcc;=20on=3Dall-mpc;=20};=0A= @@=20-357,6=20+360,7=20@@=20dependencies=20=3D=20{=20= module=3Dconfigure-gcc;=20on=3Dall-libelf;=20};=0A=20dependencies=20=3D=20= {=20module=3Dconfigure-gcc;=20on=3Dall-libiconv;=20};=0A=20dependencies=20= =3D=20{=20module=3Dall-gcc;=20on=3Dall-libiberty;=20hard=3Dtrue;=20};=0A=20= dependencies=20=3D=20{=20module=3Dall-gcc;=20on=3Dall-intl;=20};=0A= +dependencies=20=3D=20{=20module=3Dall-gcc;=20on=3Dall-gettext-runtime;=20= };=0A=20dependencies=20=3D=20{=20module=3Dall-gcc;=20on=3Dall-mpfr;=20};=0A= =20dependencies=20=3D=20{=20module=3Dall-gcc;=20on=3Dall-mpc;=20};=0A=20= dependencies=20=3D=20{=20module=3Dall-gcc;=20on=3Dall-isl;=20};=0A@@=20= -385,10=20+389,10=20@@=20dependencies=20=3D=20{=20= module=3Dinstall-strip-gcc=20;=20on=3Dinstall-strip-fixincludes;=20};=0A=20= dependencies=20=3D=20{=20module=3Dinstall-strip-gcc=20;=20= on=3Dinstall-strip-lto-plugin;=20};=0A=20=0A=20dependencies=20=3D=20{=20= module=3Dconfigure-libcpp;=20on=3Dconfigure-libiberty;=20hard=3Dtrue;=20= };=0A-dependencies=20=3D=20{=20module=3Dconfigure-libcpp;=20= on=3Dconfigure-intl;=20};=0A+dependencies=20=3D=20{=20= module=3Dconfigure-libcpp;=20on=3Dconfigure-gettext-runtime;=20};=0A=20= dependencies=20=3D=20{=20module=3Dconfigure-libcpp;=20on=3Dall-libiconv;=20= };=0A=20dependencies=20=3D=20{=20module=3Dall-libcpp;=20= on=3Dall-libiberty;=20hard=3Dtrue;=20};=0A-dependencies=20=3D=20{=20= module=3Dall-libcpp;=20on=3Dall-intl;=20};=0A+dependencies=20=3D=20{=20= module=3Dall-libcpp;=20on=3Dall-gettext-runtime;=20};=0A=20dependencies=20= =3D=20{=20module=3Dall-libcpp;=20on=3Dall-libiconv;=20};=0A=20=0A=20= dependencies=20=3D=20{=20module=3Dall-fixincludes;=20on=3Dall-libiberty;=20= };=0A@@=20-411,10=20+415,12=20@@=20dependencies=20=3D=20{=20= module=3Dall-gotools;=20on=3Dall-target-libgo;=20};=0A=20dependencies=20= =3D=20{=20module=3Dall-utils;=20on=3Dall-libiberty;=20};=0A=20=0A=20= dependencies=20=3D=20{=20module=3Dconfigure-intl;=20on=3Dall-libiconv;=20= };=0A+dependencies=20=3D=20{=20module=3Dconfigure-gettext-runtime;=20= on=3Dall-libiconv;=20};=0A=20dependencies=20=3D=20{=20= module=3Dconfigure-mpfr;=20on=3Dall-gmp;=20};=0A=20dependencies=20=3D=20= {=20module=3Dconfigure-mpc;=20on=3Dall-mpfr;=20};=0A=20dependencies=20=3D=20= {=20module=3Dconfigure-isl;=20on=3Dall-gmp;=20};=0A=20dependencies=20=3D=20= {=20module=3Dall-intl;=20on=3Dall-libiconv;=20};=0A+dependencies=20=3D=20= {=20module=3Dall-gettext-runtime;=20on=3Dall-libiconv;=20};=0A=20=0A=20= //=20Host=20modules=20specific=20to=20gdb.=0A=20dependencies=20=3D=20{=20= module=3Dconfigure-gdb;=20on=3Dall-intl;=20};=0Adiff=20--git=20= a/Makefile.in=20b/Makefile.in=0Aindex=20593495e1650..c84bbcc2bf5=20= 100644=0A---=20a/Makefile.in=0A+++=20b/Makefile.in=0A@@=20-754,7=20= +754,7=20@@=20TARGET_LIB_PATH_libatomic=20=3D=20= $$r/$(TARGET_SUBDIR)/libatomic/.libs:=0A=20=0A=20#=20This=20is=20the=20= list=20of=20directories=20that=20may=20be=20needed=20in=20RPATH_ENVVAR=0A= =20#=20so=20that=20programs=20built=20for=20the=20host=20machine=20work.=0A= -HOST_LIB_PATH=20=3D=20= $(HOST_LIB_PATH_gmp)$(HOST_LIB_PATH_mpfr)$(HOST_LIB_PATH_mpc)$(HOST_LIB_PA= TH_isl)$(HOST_LIB_PATH_libelf)=0A+HOST_LIB_PATH=20=3D=20= $(HOST_LIB_PATH_gmp)$(HOST_LIB_PATH_mpfr)$(HOST_LIB_PATH_mpc)$(HOST_LIB_PA= TH_isl)$(HOST_LIB_PATH_gettext-runtime)$(HOST_LIB_PATH_libelf)=0A=20=0A=20= #=20Define=20HOST_LIB_PATH_gcc=20here,=20for=20the=20sake=20of=20= TARGET_LIB_PATH,=20ouch=0A=20@if=20gcc=0A@@=20-782,6=20+782,11=20@@=20= HOST_LIB_PATH_isl=20=3D=20\=0A=20=20=20= $$r/$(HOST_SUBDIR)/isl/.libs:$$r/$(HOST_SUBDIR)/prev-isl/.libs:=0A=20= @endif=20isl=0A=20=0A+@if=20gettext-runtime=0A= +HOST_LIB_PATH_gettext-runtime=20=3D=20\=0A+=20=20= $$r/$(HOST_SUBDIR)/gettext-runtime/intl/.libs:$$r/$(HOST_SUBDIR)/prev-gett= ext-runtime/intl/.libs:=0A+@endif=20gettext-runtime=0A+=0A=20@if=20= libelf=0A=20HOST_LIB_PATH_libelf=20=3D=20\=0A=20=20=20= $$r/$(HOST_SUBDIR)/libelf/.libs:$$r/$(HOST_SUBDIR)/prev-libelf/.libs:=0A= @@=20-1078,6=20+1083,7=20@@=20configure-host:=20=20\=0A=20=20=20=20=20= maybe-configure-mpfr=20\=0A=20=20=20=20=20maybe-configure-mpc=20\=0A=20=20= =20=20=20maybe-configure-isl=20\=0A+=20=20=20=20= maybe-configure-gettext-runtime=20\=0A=20=20=20=20=20= maybe-configure-libelf=20\=0A=20=20=20=20=20maybe-configure-gold=20\=0A=20= =20=20=20=20maybe-configure-gprof=20\=0A@@=20-1229,6=20+1235,9=20@@=20= all-host:=20maybe-all-mpc=0A=20@if=20isl-no-bootstrap=0A=20all-host:=20= maybe-all-isl=0A=20@endif=20isl-no-bootstrap=0A+@if=20= gettext-runtime-no-bootstrap=0A+all-host:=20maybe-all-gettext-runtime=0A= +@endif=20gettext-runtime-no-bootstrap=0A=20@if=20libelf-no-bootstrap=0A=20= all-host:=20maybe-all-libelf=0A=20@endif=20libelf-no-bootstrap=0A@@=20= -1370,6=20+1379,7=20@@=20info-host:=20maybe-info-gmp=0A=20info-host:=20= maybe-info-mpfr=0A=20info-host:=20maybe-info-mpc=0A=20info-host:=20= maybe-info-isl=0A+info-host:=20maybe-info-gettext-runtime=0A=20= info-host:=20maybe-info-libelf=0A=20info-host:=20maybe-info-gold=0A=20= info-host:=20maybe-info-gprof=0A@@=20-1460,6=20+1470,7=20@@=20dvi-host:=20= maybe-dvi-gmp=0A=20dvi-host:=20maybe-dvi-mpfr=0A=20dvi-host:=20= maybe-dvi-mpc=0A=20dvi-host:=20maybe-dvi-isl=0A+dvi-host:=20= maybe-dvi-gettext-runtime=0A=20dvi-host:=20maybe-dvi-libelf=0A=20= dvi-host:=20maybe-dvi-gold=0A=20dvi-host:=20maybe-dvi-gprof=0A@@=20= -1550,6=20+1561,7=20@@=20pdf-host:=20maybe-pdf-gmp=0A=20pdf-host:=20= maybe-pdf-mpfr=0A=20pdf-host:=20maybe-pdf-mpc=0A=20pdf-host:=20= maybe-pdf-isl=0A+pdf-host:=20maybe-pdf-gettext-runtime=0A=20pdf-host:=20= maybe-pdf-libelf=0A=20pdf-host:=20maybe-pdf-gold=0A=20pdf-host:=20= maybe-pdf-gprof=0A@@=20-1640,6=20+1652,7=20@@=20html-host:=20= maybe-html-gmp=0A=20html-host:=20maybe-html-mpfr=0A=20html-host:=20= maybe-html-mpc=0A=20html-host:=20maybe-html-isl=0A+html-host:=20= maybe-html-gettext-runtime=0A=20html-host:=20maybe-html-libelf=0A=20= html-host:=20maybe-html-gold=0A=20html-host:=20maybe-html-gprof=0A@@=20= -1730,6=20+1743,7=20@@=20TAGS-host:=20maybe-TAGS-gmp=0A=20TAGS-host:=20= maybe-TAGS-mpfr=0A=20TAGS-host:=20maybe-TAGS-mpc=0A=20TAGS-host:=20= maybe-TAGS-isl=0A+TAGS-host:=20maybe-TAGS-gettext-runtime=0A=20= TAGS-host:=20maybe-TAGS-libelf=0A=20TAGS-host:=20maybe-TAGS-gold=0A=20= TAGS-host:=20maybe-TAGS-gprof=0A@@=20-1820,6=20+1834,7=20@@=20= install-info-host:=20maybe-install-info-gmp=0A=20install-info-host:=20= maybe-install-info-mpfr=0A=20install-info-host:=20maybe-install-info-mpc=0A= =20install-info-host:=20maybe-install-info-isl=0A+install-info-host:=20= maybe-install-info-gettext-runtime=0A=20install-info-host:=20= maybe-install-info-libelf=0A=20install-info-host:=20= maybe-install-info-gold=0A=20install-info-host:=20= maybe-install-info-gprof=0A@@=20-1910,6=20+1925,7=20@@=20= install-dvi-host:=20maybe-install-dvi-gmp=0A=20install-dvi-host:=20= maybe-install-dvi-mpfr=0A=20install-dvi-host:=20maybe-install-dvi-mpc=0A=20= install-dvi-host:=20maybe-install-dvi-isl=0A+install-dvi-host:=20= maybe-install-dvi-gettext-runtime=0A=20install-dvi-host:=20= maybe-install-dvi-libelf=0A=20install-dvi-host:=20maybe-install-dvi-gold=0A= =20install-dvi-host:=20maybe-install-dvi-gprof=0A@@=20-2000,6=20+2016,7=20= @@=20install-pdf-host:=20maybe-install-pdf-gmp=0A=20install-pdf-host:=20= maybe-install-pdf-mpfr=0A=20install-pdf-host:=20maybe-install-pdf-mpc=0A=20= install-pdf-host:=20maybe-install-pdf-isl=0A+install-pdf-host:=20= maybe-install-pdf-gettext-runtime=0A=20install-pdf-host:=20= maybe-install-pdf-libelf=0A=20install-pdf-host:=20maybe-install-pdf-gold=0A= =20install-pdf-host:=20maybe-install-pdf-gprof=0A@@=20-2090,6=20+2107,7=20= @@=20install-html-host:=20maybe-install-html-gmp=0A=20install-html-host:=20= maybe-install-html-mpfr=0A=20install-html-host:=20maybe-install-html-mpc=0A= =20install-html-host:=20maybe-install-html-isl=0A+install-html-host:=20= maybe-install-html-gettext-runtime=0A=20install-html-host:=20= maybe-install-html-libelf=0A=20install-html-host:=20= maybe-install-html-gold=0A=20install-html-host:=20= maybe-install-html-gprof=0A@@=20-2180,6=20+2198,7=20@@=20= installcheck-host:=20maybe-installcheck-gmp=0A=20installcheck-host:=20= maybe-installcheck-mpfr=0A=20installcheck-host:=20maybe-installcheck-mpc=0A= =20installcheck-host:=20maybe-installcheck-isl=0A+installcheck-host:=20= maybe-installcheck-gettext-runtime=0A=20installcheck-host:=20= maybe-installcheck-libelf=0A=20installcheck-host:=20= maybe-installcheck-gold=0A=20installcheck-host:=20= maybe-installcheck-gprof=0A@@=20-2270,6=20+2289,7=20@@=20= mostlyclean-host:=20maybe-mostlyclean-gmp=0A=20mostlyclean-host:=20= maybe-mostlyclean-mpfr=0A=20mostlyclean-host:=20maybe-mostlyclean-mpc=0A=20= mostlyclean-host:=20maybe-mostlyclean-isl=0A+mostlyclean-host:=20= maybe-mostlyclean-gettext-runtime=0A=20mostlyclean-host:=20= maybe-mostlyclean-libelf=0A=20mostlyclean-host:=20maybe-mostlyclean-gold=0A= =20mostlyclean-host:=20maybe-mostlyclean-gprof=0A@@=20-2360,6=20+2380,7=20= @@=20clean-host:=20maybe-clean-gmp=0A=20clean-host:=20maybe-clean-mpfr=0A= =20clean-host:=20maybe-clean-mpc=0A=20clean-host:=20maybe-clean-isl=0A= +clean-host:=20maybe-clean-gettext-runtime=0A=20clean-host:=20= maybe-clean-libelf=0A=20clean-host:=20maybe-clean-gold=0A=20clean-host:=20= maybe-clean-gprof=0A@@=20-2450,6=20+2471,7=20@@=20distclean-host:=20= maybe-distclean-gmp=0A=20distclean-host:=20maybe-distclean-mpfr=0A=20= distclean-host:=20maybe-distclean-mpc=0A=20distclean-host:=20= maybe-distclean-isl=0A+distclean-host:=20maybe-distclean-gettext-runtime=0A= =20distclean-host:=20maybe-distclean-libelf=0A=20distclean-host:=20= maybe-distclean-gold=0A=20distclean-host:=20maybe-distclean-gprof=0A@@=20= -2540,6=20+2562,7=20@@=20maintainer-clean-host:=20= maybe-maintainer-clean-gmp=0A=20maintainer-clean-host:=20= maybe-maintainer-clean-mpfr=0A=20maintainer-clean-host:=20= maybe-maintainer-clean-mpc=0A=20maintainer-clean-host:=20= maybe-maintainer-clean-isl=0A+maintainer-clean-host:=20= maybe-maintainer-clean-gettext-runtime=0A=20maintainer-clean-host:=20= maybe-maintainer-clean-libelf=0A=20maintainer-clean-host:=20= maybe-maintainer-clean-gold=0A=20maintainer-clean-host:=20= maybe-maintainer-clean-gprof=0A@@=20-2688,6=20+2711,7=20@@=20check-host:=20= =20\=0A=20=20=20=20=20maybe-check-mpfr=20\=0A=20=20=20=20=20= maybe-check-mpc=20\=0A=20=20=20=20=20maybe-check-isl=20\=0A+=20=20=20=20= maybe-check-gettext-runtime=20\=0A=20=20=20=20=20maybe-check-libelf=20\=0A= =20=20=20=20=20maybe-check-gold=20\=0A=20=20=20=20=20maybe-check-gprof=20= \=0A@@=20-2825,6=20+2849,7=20@@=20install-host-nogcc:=20=20\=0A=20=20=20=20= =20maybe-install-mpfr=20\=0A=20=20=20=20=20maybe-install-mpc=20\=0A=20=20= =20=20=20maybe-install-isl=20\=0A+=20=20=20=20= maybe-install-gettext-runtime=20\=0A=20=20=20=20=20maybe-install-libelf=20= \=0A=20=20=20=20=20maybe-install-gold=20\=0A=20=20=20=20=20= maybe-install-gprof=20\=0A@@=20-2880,6=20+2905,7=20@@=20install-host:=20=20= \=0A=20=20=20=20=20maybe-install-mpfr=20\=0A=20=20=20=20=20= maybe-install-mpc=20\=0A=20=20=20=20=20maybe-install-isl=20\=0A+=20=20=20= =20maybe-install-gettext-runtime=20\=0A=20=20=20=20=20= maybe-install-libelf=20\=0A=20=20=20=20=20maybe-install-gold=20\=0A=20=20= =20=20=20maybe-install-gprof=20\=0A@@=20-2990,6=20+3016,7=20@@=20= install-strip-host:=20=20\=0A=20=20=20=20=20maybe-install-strip-mpfr=20\=0A= =20=20=20=20=20maybe-install-strip-mpc=20\=0A=20=20=20=20=20= maybe-install-strip-isl=20\=0A+=20=20=20=20= maybe-install-strip-gettext-runtime=20\=0A=20=20=20=20=20= maybe-install-strip-libelf=20\=0A=20=20=20=20=20maybe-install-strip-gold=20= \=0A=20=20=20=20=20maybe-install-strip-gprof=20\=0A@@=20-17675,6=20= +17702,1143=20@@=20maintainer-clean-isl:=0A=20=0A=20=0A=20=0A+.PHONY:=20= configure-gettext-runtime=20maybe-configure-gettext-runtime=0A= +maybe-configure-gettext-runtime:=0A+@if=20gcc-bootstrap=0A= +configure-gettext-runtime:=20stage_current=0A+@endif=20gcc-bootstrap=0A= +@if=20gettext-runtime=0A+maybe-configure-gettext-runtime:=20= configure-gettext-runtime=0A+configure-gettext-runtime:=20=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09test=20!=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20||=20exit=200;=20\=0A+=09= $(SHELL)=20$(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A= +=09$(HOST_EXPORTS)=20=20\=0A+=09echo=20Configuring=20in=20= $(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09cd=20= "$(HOST_SUBDIR)/gettext-runtime"=20||=20exit=201;=20\=0A+=09case=20= $(srcdir)=20in=20\=0A+=09=20=20/*=20|=20[A-Za-z]:[\\/]*)=20= topdir=3D$(srcdir)=20;;=20\=0A+=09=20=20*)=20topdir=3D`echo=20= $(HOST_SUBDIR)/gettext-runtime/=20|=20\=0A+=09=09sed=20-e=20's,\./,,g'=20= -e=20's,[^/]*/,../,g'=20`$(srcdir)=20;;=20\=0A+=09esac;=20\=0A+=09= module_srcdir=3Dgettext-runtime;=20\=0A+=09$(SHELL)=20\=0A+=09=20=20= $$s/$$module_srcdir/configure=20\=0A+=09=20=20= --srcdir=3D$${topdir}/$$module_srcdir=20\=0A+=09=20=20$(HOST_CONFIGARGS)=20= --build=3D${build_alias}=20--host=3D${host_alias}=20\=0A+=09=20=20= --target=3D${target_alias}=20--disable-shared=20--disable-java=20= --disable-csharp=20\=0A+=09=20=20||=20exit=201=0A+@endif=20= gettext-runtime=0A+=0A+=0A+=0A+.PHONY:=20= configure-stage1-gettext-runtime=20= maybe-configure-stage1-gettext-runtime=0A= +maybe-configure-stage1-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A+maybe-configure-stage1-gettext-runtime:=20= configure-stage1-gettext-runtime=0A+configure-stage1-gettext-runtime:=0A= +=09@[=20$(current_stage)=20=3D=20stage1=20]=20||=20$(MAKE)=20= stage1-start=0A+=09@$(SHELL)=20$(srcdir)/mkinstalldirs=20= $(HOST_SUBDIR)/gettext-runtime=0A+=09@r=3D`${PWD_COMMAND}`;=20export=20= r;=20\=0A+=09s=3D`cd=20$(srcdir);=20${PWD_COMMAND}`;=20export=20s;=20\=0A= +=09TFLAGS=3D"$(STAGE1_TFLAGS)";=20\=0A+=09test=20!=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20||=20exit=200;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09CFLAGS=3D"$(STAGE1_CFLAGS)";=20export=20= CFLAGS;=20\=0A+=09CXXFLAGS=3D"$(STAGE1_CXXFLAGS)";=20export=20CXXFLAGS;=20= \=0A+=09LIBCFLAGS=3D"$(LIBCFLAGS)";=20export=20LIBCFLAGS;=20=20\=0A+=09= echo=20Configuring=20stage=201=20in=20$(HOST_SUBDIR)/gettext-runtime;=20= \=0A+=09$(SHELL)=20$(srcdir)/mkinstalldirs=20= $(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20||=20exit=201;=20\=0A+=09case=20= $(srcdir)=20in=20\=0A+=09=20=20/*=20|=20[A-Za-z]:[\\/]*)=20= topdir=3D$(srcdir)=20;;=20\=0A+=09=20=20*)=20topdir=3D`echo=20= $(HOST_SUBDIR)/gettext-runtime/=20|=20\=0A+=09=09sed=20-e=20's,\./,,g'=20= -e=20's,[^/]*/,../,g'=20`$(srcdir)=20;;=20\=0A+=09esac;=20\=0A+=09= module_srcdir=3Dgettext-runtime;=20\=0A+=09$(SHELL)=20= $$s/$$module_srcdir/configure=20\=0A+=09=20=20= --srcdir=3D$${topdir}/$$module_srcdir=20\=0A+=09=20=20$(HOST_CONFIGARGS)=20= --build=3D${build_alias}=20--host=3D${host_alias}=20\=0A+=09=20=20= --target=3D${target_alias}=20\=0A+=09=20=20=20\=0A+=09=20=20= $(STAGE1_CONFIGURE_FLAGS)=20\=0A+=09=20=20--disable-shared=20= --disable-java=20--disable-csharp=0A+@endif=20gettext-runtime-bootstrap=0A= +=0A+.PHONY:=20configure-stage2-gettext-runtime=20= maybe-configure-stage2-gettext-runtime=0A= +maybe-configure-stage2-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A+maybe-configure-stage2-gettext-runtime:=20= configure-stage2-gettext-runtime=0A+configure-stage2-gettext-runtime:=0A= +=09@[=20$(current_stage)=20=3D=20stage2=20]=20||=20$(MAKE)=20= stage2-start=0A+=09@$(SHELL)=20$(srcdir)/mkinstalldirs=20= $(HOST_SUBDIR)/gettext-runtime=0A+=09@r=3D`${PWD_COMMAND}`;=20export=20= r;=20\=0A+=09s=3D`cd=20$(srcdir);=20${PWD_COMMAND}`;=20export=20s;=20\=0A= +=09TFLAGS=3D"$(STAGE2_TFLAGS)";=20\=0A+=09test=20!=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20||=20exit=200;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20\=0A+=09= CFLAGS=3D"$(STAGE2_CFLAGS)";=20export=20CFLAGS;=20\=0A+=09= CXXFLAGS=3D"$(STAGE2_CXXFLAGS)";=20export=20CXXFLAGS;=20\=0A+=09= LIBCFLAGS=3D"$(STAGE2_CFLAGS)";=20export=20LIBCFLAGS;=20=20\=0A+=09echo=20= Configuring=20stage=202=20in=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09= $(SHELL)=20$(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A= +=09cd=20$(HOST_SUBDIR)/gettext-runtime=20||=20exit=201;=20\=0A+=09case=20= $(srcdir)=20in=20\=0A+=09=20=20/*=20|=20[A-Za-z]:[\\/]*)=20= topdir=3D$(srcdir)=20;;=20\=0A+=09=20=20*)=20topdir=3D`echo=20= $(HOST_SUBDIR)/gettext-runtime/=20|=20\=0A+=09=09sed=20-e=20's,\./,,g'=20= -e=20's,[^/]*/,../,g'=20`$(srcdir)=20;;=20\=0A+=09esac;=20\=0A+=09= module_srcdir=3Dgettext-runtime;=20\=0A+=09$(SHELL)=20= $$s/$$module_srcdir/configure=20\=0A+=09=20=20= --srcdir=3D$${topdir}/$$module_srcdir=20\=0A+=09=20=20$(HOST_CONFIGARGS)=20= --build=3D${build_alias}=20--host=3D${host_alias}=20\=0A+=09=20=20= --target=3D${target_alias}=20\=0A+=09=20=20= --with-build-libsubdir=3D$(HOST_SUBDIR)=20\=0A+=09=20=20= $(STAGE2_CONFIGURE_FLAGS)=20\=0A+=09=20=20--disable-shared=20= --disable-java=20--disable-csharp=0A+@endif=20gettext-runtime-bootstrap=0A= +=0A+.PHONY:=20configure-stage3-gettext-runtime=20= maybe-configure-stage3-gettext-runtime=0A= +maybe-configure-stage3-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A+maybe-configure-stage3-gettext-runtime:=20= configure-stage3-gettext-runtime=0A+configure-stage3-gettext-runtime:=0A= +=09@[=20$(current_stage)=20=3D=20stage3=20]=20||=20$(MAKE)=20= stage3-start=0A+=09@$(SHELL)=20$(srcdir)/mkinstalldirs=20= $(HOST_SUBDIR)/gettext-runtime=0A+=09@r=3D`${PWD_COMMAND}`;=20export=20= r;=20\=0A+=09s=3D`cd=20$(srcdir);=20${PWD_COMMAND}`;=20export=20s;=20\=0A= +=09TFLAGS=3D"$(STAGE3_TFLAGS)";=20\=0A+=09test=20!=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20||=20exit=200;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20\=0A+=09= CFLAGS=3D"$(STAGE3_CFLAGS)";=20export=20CFLAGS;=20\=0A+=09= CXXFLAGS=3D"$(STAGE3_CXXFLAGS)";=20export=20CXXFLAGS;=20\=0A+=09= LIBCFLAGS=3D"$(STAGE3_CFLAGS)";=20export=20LIBCFLAGS;=20=20\=0A+=09echo=20= Configuring=20stage=203=20in=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09= $(SHELL)=20$(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A= +=09cd=20$(HOST_SUBDIR)/gettext-runtime=20||=20exit=201;=20\=0A+=09case=20= $(srcdir)=20in=20\=0A+=09=20=20/*=20|=20[A-Za-z]:[\\/]*)=20= topdir=3D$(srcdir)=20;;=20\=0A+=09=20=20*)=20topdir=3D`echo=20= $(HOST_SUBDIR)/gettext-runtime/=20|=20\=0A+=09=09sed=20-e=20's,\./,,g'=20= -e=20's,[^/]*/,../,g'=20`$(srcdir)=20;;=20\=0A+=09esac;=20\=0A+=09= module_srcdir=3Dgettext-runtime;=20\=0A+=09$(SHELL)=20= $$s/$$module_srcdir/configure=20\=0A+=09=20=20= --srcdir=3D$${topdir}/$$module_srcdir=20\=0A+=09=20=20$(HOST_CONFIGARGS)=20= --build=3D${build_alias}=20--host=3D${host_alias}=20\=0A+=09=20=20= --target=3D${target_alias}=20\=0A+=09=20=20= --with-build-libsubdir=3D$(HOST_SUBDIR)=20\=0A+=09=20=20= $(STAGE3_CONFIGURE_FLAGS)=20\=0A+=09=20=20--disable-shared=20= --disable-java=20--disable-csharp=0A+@endif=20gettext-runtime-bootstrap=0A= +=0A+.PHONY:=20configure-stage4-gettext-runtime=20= maybe-configure-stage4-gettext-runtime=0A= +maybe-configure-stage4-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A+maybe-configure-stage4-gettext-runtime:=20= configure-stage4-gettext-runtime=0A+configure-stage4-gettext-runtime:=0A= +=09@[=20$(current_stage)=20=3D=20stage4=20]=20||=20$(MAKE)=20= stage4-start=0A+=09@$(SHELL)=20$(srcdir)/mkinstalldirs=20= $(HOST_SUBDIR)/gettext-runtime=0A+=09@r=3D`${PWD_COMMAND}`;=20export=20= r;=20\=0A+=09s=3D`cd=20$(srcdir);=20${PWD_COMMAND}`;=20export=20s;=20\=0A= +=09TFLAGS=3D"$(STAGE4_TFLAGS)";=20\=0A+=09test=20!=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20||=20exit=200;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20\=0A+=09= CFLAGS=3D"$(STAGE4_CFLAGS)";=20export=20CFLAGS;=20\=0A+=09= CXXFLAGS=3D"$(STAGE4_CXXFLAGS)";=20export=20CXXFLAGS;=20\=0A+=09= LIBCFLAGS=3D"$(STAGE4_CFLAGS)";=20export=20LIBCFLAGS;=20=20\=0A+=09echo=20= Configuring=20stage=204=20in=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09= $(SHELL)=20$(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A= +=09cd=20$(HOST_SUBDIR)/gettext-runtime=20||=20exit=201;=20\=0A+=09case=20= $(srcdir)=20in=20\=0A+=09=20=20/*=20|=20[A-Za-z]:[\\/]*)=20= topdir=3D$(srcdir)=20;;=20\=0A+=09=20=20*)=20topdir=3D`echo=20= $(HOST_SUBDIR)/gettext-runtime/=20|=20\=0A+=09=09sed=20-e=20's,\./,,g'=20= -e=20's,[^/]*/,../,g'=20`$(srcdir)=20;;=20\=0A+=09esac;=20\=0A+=09= module_srcdir=3Dgettext-runtime;=20\=0A+=09$(SHELL)=20= $$s/$$module_srcdir/configure=20\=0A+=09=20=20= --srcdir=3D$${topdir}/$$module_srcdir=20\=0A+=09=20=20$(HOST_CONFIGARGS)=20= --build=3D${build_alias}=20--host=3D${host_alias}=20\=0A+=09=20=20= --target=3D${target_alias}=20\=0A+=09=20=20= --with-build-libsubdir=3D$(HOST_SUBDIR)=20\=0A+=09=20=20= $(STAGE4_CONFIGURE_FLAGS)=20\=0A+=09=20=20--disable-shared=20= --disable-java=20--disable-csharp=0A+@endif=20gettext-runtime-bootstrap=0A= +=0A+.PHONY:=20configure-stageprofile-gettext-runtime=20= maybe-configure-stageprofile-gettext-runtime=0A= +maybe-configure-stageprofile-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A= +maybe-configure-stageprofile-gettext-runtime:=20= configure-stageprofile-gettext-runtime=0A= +configure-stageprofile-gettext-runtime:=0A+=09@[=20$(current_stage)=20=3D= =20stageprofile=20]=20||=20$(MAKE)=20stageprofile-start=0A+=09@$(SHELL)=20= $(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09= TFLAGS=3D"$(STAGEprofile_TFLAGS)";=20\=0A+=09test=20!=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20||=20exit=200;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20\=0A+=09= CFLAGS=3D"$(STAGEprofile_CFLAGS)";=20export=20CFLAGS;=20\=0A+=09= CXXFLAGS=3D"$(STAGEprofile_CXXFLAGS)";=20export=20CXXFLAGS;=20\=0A+=09= LIBCFLAGS=3D"$(STAGEprofile_CFLAGS)";=20export=20LIBCFLAGS;=20=20\=0A+=09= echo=20Configuring=20stage=20profile=20in=20= $(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09$(SHELL)=20= $(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20||=20exit=201;=20\=0A+=09case=20= $(srcdir)=20in=20\=0A+=09=20=20/*=20|=20[A-Za-z]:[\\/]*)=20= topdir=3D$(srcdir)=20;;=20\=0A+=09=20=20*)=20topdir=3D`echo=20= $(HOST_SUBDIR)/gettext-runtime/=20|=20\=0A+=09=09sed=20-e=20's,\./,,g'=20= -e=20's,[^/]*/,../,g'=20`$(srcdir)=20;;=20\=0A+=09esac;=20\=0A+=09= module_srcdir=3Dgettext-runtime;=20\=0A+=09$(SHELL)=20= $$s/$$module_srcdir/configure=20\=0A+=09=20=20= --srcdir=3D$${topdir}/$$module_srcdir=20\=0A+=09=20=20$(HOST_CONFIGARGS)=20= --build=3D${build_alias}=20--host=3D${host_alias}=20\=0A+=09=20=20= --target=3D${target_alias}=20\=0A+=09=20=20= --with-build-libsubdir=3D$(HOST_SUBDIR)=20\=0A+=09=20=20= $(STAGEprofile_CONFIGURE_FLAGS)=20\=0A+=09=20=20--disable-shared=20= --disable-java=20--disable-csharp=0A+@endif=20gettext-runtime-bootstrap=0A= +=0A+.PHONY:=20configure-stagetrain-gettext-runtime=20= maybe-configure-stagetrain-gettext-runtime=0A= +maybe-configure-stagetrain-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A+maybe-configure-stagetrain-gettext-runtime:=20= configure-stagetrain-gettext-runtime=0A= +configure-stagetrain-gettext-runtime:=0A+=09@[=20$(current_stage)=20=3D=20= stagetrain=20]=20||=20$(MAKE)=20stagetrain-start=0A+=09@$(SHELL)=20= $(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09TFLAGS=3D"$(STAGEtrain_TFLAGS)";=20= \=0A+=09test=20!=20-f=20$(HOST_SUBDIR)/gettext-runtime/Makefile=20||=20= exit=200;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20= \=0A+=09CFLAGS=3D"$(STAGEtrain_CFLAGS)";=20export=20CFLAGS;=20\=0A+=09= CXXFLAGS=3D"$(STAGEtrain_CXXFLAGS)";=20export=20CXXFLAGS;=20\=0A+=09= LIBCFLAGS=3D"$(STAGEtrain_CFLAGS)";=20export=20LIBCFLAGS;=20=20\=0A+=09= echo=20Configuring=20stage=20train=20in=20= $(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09$(SHELL)=20= $(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20||=20exit=201;=20\=0A+=09case=20= $(srcdir)=20in=20\=0A+=09=20=20/*=20|=20[A-Za-z]:[\\/]*)=20= topdir=3D$(srcdir)=20;;=20\=0A+=09=20=20*)=20topdir=3D`echo=20= $(HOST_SUBDIR)/gettext-runtime/=20|=20\=0A+=09=09sed=20-e=20's,\./,,g'=20= -e=20's,[^/]*/,../,g'=20`$(srcdir)=20;;=20\=0A+=09esac;=20\=0A+=09= module_srcdir=3Dgettext-runtime;=20\=0A+=09$(SHELL)=20= $$s/$$module_srcdir/configure=20\=0A+=09=20=20= --srcdir=3D$${topdir}/$$module_srcdir=20\=0A+=09=20=20$(HOST_CONFIGARGS)=20= --build=3D${build_alias}=20--host=3D${host_alias}=20\=0A+=09=20=20= --target=3D${target_alias}=20\=0A+=09=20=20= --with-build-libsubdir=3D$(HOST_SUBDIR)=20\=0A+=09=20=20= $(STAGEtrain_CONFIGURE_FLAGS)=20\=0A+=09=20=20--disable-shared=20= --disable-java=20--disable-csharp=0A+@endif=20gettext-runtime-bootstrap=0A= +=0A+.PHONY:=20configure-stagefeedback-gettext-runtime=20= maybe-configure-stagefeedback-gettext-runtime=0A= +maybe-configure-stagefeedback-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A= +maybe-configure-stagefeedback-gettext-runtime:=20= configure-stagefeedback-gettext-runtime=0A= +configure-stagefeedback-gettext-runtime:=0A+=09@[=20$(current_stage)=20= =3D=20stagefeedback=20]=20||=20$(MAKE)=20stagefeedback-start=0A+=09= @$(SHELL)=20$(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09= TFLAGS=3D"$(STAGEfeedback_TFLAGS)";=20\=0A+=09test=20!=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20||=20exit=200;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20\=0A+=09= CFLAGS=3D"$(STAGEfeedback_CFLAGS)";=20export=20CFLAGS;=20\=0A+=09= CXXFLAGS=3D"$(STAGEfeedback_CXXFLAGS)";=20export=20CXXFLAGS;=20\=0A+=09= LIBCFLAGS=3D"$(STAGEfeedback_CFLAGS)";=20export=20LIBCFLAGS;=20=20\=0A+=09= echo=20Configuring=20stage=20feedback=20in=20= $(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09$(SHELL)=20= $(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20||=20exit=201;=20\=0A+=09case=20= $(srcdir)=20in=20\=0A+=09=20=20/*=20|=20[A-Za-z]:[\\/]*)=20= topdir=3D$(srcdir)=20;;=20\=0A+=09=20=20*)=20topdir=3D`echo=20= $(HOST_SUBDIR)/gettext-runtime/=20|=20\=0A+=09=09sed=20-e=20's,\./,,g'=20= -e=20's,[^/]*/,../,g'=20`$(srcdir)=20;;=20\=0A+=09esac;=20\=0A+=09= module_srcdir=3Dgettext-runtime;=20\=0A+=09$(SHELL)=20= $$s/$$module_srcdir/configure=20\=0A+=09=20=20= --srcdir=3D$${topdir}/$$module_srcdir=20\=0A+=09=20=20$(HOST_CONFIGARGS)=20= --build=3D${build_alias}=20--host=3D${host_alias}=20\=0A+=09=20=20= --target=3D${target_alias}=20\=0A+=09=20=20= --with-build-libsubdir=3D$(HOST_SUBDIR)=20\=0A+=09=20=20= $(STAGEfeedback_CONFIGURE_FLAGS)=20\=0A+=09=20=20--disable-shared=20= --disable-java=20--disable-csharp=0A+@endif=20gettext-runtime-bootstrap=0A= +=0A+.PHONY:=20configure-stageautoprofile-gettext-runtime=20= maybe-configure-stageautoprofile-gettext-runtime=0A= +maybe-configure-stageautoprofile-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A= +maybe-configure-stageautoprofile-gettext-runtime:=20= configure-stageautoprofile-gettext-runtime=0A= +configure-stageautoprofile-gettext-runtime:=0A+=09@[=20$(current_stage)=20= =3D=20stageautoprofile=20]=20||=20$(MAKE)=20stageautoprofile-start=0A+=09= @$(SHELL)=20$(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09= TFLAGS=3D"$(STAGEautoprofile_TFLAGS)";=20\=0A+=09test=20!=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20||=20exit=200;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20\=0A+=09= CFLAGS=3D"$(STAGEautoprofile_CFLAGS)";=20export=20CFLAGS;=20\=0A+=09= CXXFLAGS=3D"$(STAGEautoprofile_CXXFLAGS)";=20export=20CXXFLAGS;=20\=0A+=09= LIBCFLAGS=3D"$(STAGEautoprofile_CFLAGS)";=20export=20LIBCFLAGS;=20=20\=0A= +=09echo=20Configuring=20stage=20autoprofile=20in=20= $(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09$(SHELL)=20= $(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20||=20exit=201;=20\=0A+=09case=20= $(srcdir)=20in=20\=0A+=09=20=20/*=20|=20[A-Za-z]:[\\/]*)=20= topdir=3D$(srcdir)=20;;=20\=0A+=09=20=20*)=20topdir=3D`echo=20= $(HOST_SUBDIR)/gettext-runtime/=20|=20\=0A+=09=09sed=20-e=20's,\./,,g'=20= -e=20's,[^/]*/,../,g'=20`$(srcdir)=20;;=20\=0A+=09esac;=20\=0A+=09= module_srcdir=3Dgettext-runtime;=20\=0A+=09$(SHELL)=20= $$s/$$module_srcdir/configure=20\=0A+=09=20=20= --srcdir=3D$${topdir}/$$module_srcdir=20\=0A+=09=20=20$(HOST_CONFIGARGS)=20= --build=3D${build_alias}=20--host=3D${host_alias}=20\=0A+=09=20=20= --target=3D${target_alias}=20\=0A+=09=20=20= --with-build-libsubdir=3D$(HOST_SUBDIR)=20\=0A+=09=20=20= $(STAGEautoprofile_CONFIGURE_FLAGS)=20\=0A+=09=20=20--disable-shared=20= --disable-java=20--disable-csharp=0A+@endif=20gettext-runtime-bootstrap=0A= +=0A+.PHONY:=20configure-stageautofeedback-gettext-runtime=20= maybe-configure-stageautofeedback-gettext-runtime=0A= +maybe-configure-stageautofeedback-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A= +maybe-configure-stageautofeedback-gettext-runtime:=20= configure-stageautofeedback-gettext-runtime=0A= +configure-stageautofeedback-gettext-runtime:=0A+=09@[=20= $(current_stage)=20=3D=20stageautofeedback=20]=20||=20$(MAKE)=20= stageautofeedback-start=0A+=09@$(SHELL)=20$(srcdir)/mkinstalldirs=20= $(HOST_SUBDIR)/gettext-runtime=0A+=09@r=3D`${PWD_COMMAND}`;=20export=20= r;=20\=0A+=09s=3D`cd=20$(srcdir);=20${PWD_COMMAND}`;=20export=20s;=20\=0A= +=09TFLAGS=3D"$(STAGEautofeedback_TFLAGS)";=20\=0A+=09test=20!=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20||=20exit=200;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20\=0A+=09= CFLAGS=3D"$(STAGEautofeedback_CFLAGS)";=20export=20CFLAGS;=20\=0A+=09= CXXFLAGS=3D"$(STAGEautofeedback_CXXFLAGS)";=20export=20CXXFLAGS;=20\=0A+=09= LIBCFLAGS=3D"$(STAGEautofeedback_CFLAGS)";=20export=20LIBCFLAGS;=20=20\=0A= +=09echo=20Configuring=20stage=20autofeedback=20in=20= $(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09$(SHELL)=20= $(srcdir)/mkinstalldirs=20$(HOST_SUBDIR)/gettext-runtime;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20||=20exit=201;=20\=0A+=09case=20= $(srcdir)=20in=20\=0A+=09=20=20/*=20|=20[A-Za-z]:[\\/]*)=20= topdir=3D$(srcdir)=20;;=20\=0A+=09=20=20*)=20topdir=3D`echo=20= $(HOST_SUBDIR)/gettext-runtime/=20|=20\=0A+=09=09sed=20-e=20's,\./,,g'=20= -e=20's,[^/]*/,../,g'=20`$(srcdir)=20;;=20\=0A+=09esac;=20\=0A+=09= module_srcdir=3Dgettext-runtime;=20\=0A+=09$(SHELL)=20= $$s/$$module_srcdir/configure=20\=0A+=09=20=20= --srcdir=3D$${topdir}/$$module_srcdir=20\=0A+=09=20=20$(HOST_CONFIGARGS)=20= --build=3D${build_alias}=20--host=3D${host_alias}=20\=0A+=09=20=20= --target=3D${target_alias}=20\=0A+=09=20=20= --with-build-libsubdir=3D$(HOST_SUBDIR)=20\=0A+=09=20=20= $(STAGEautofeedback_CONFIGURE_FLAGS)=20\=0A+=09=20=20--disable-shared=20= --disable-java=20--disable-csharp=0A+@endif=20gettext-runtime-bootstrap=0A= +=0A+=0A+=0A+=0A+=0A+.PHONY:=20all-gettext-runtime=20= maybe-all-gettext-runtime=0A+maybe-all-gettext-runtime:=0A+@if=20= gcc-bootstrap=0A+all-gettext-runtime:=20stage_current=0A+@endif=20= gcc-bootstrap=0A+@if=20gettext-runtime=0A+TARGET-gettext-runtime=3Dall=0A= +maybe-all-gettext-runtime:=20all-gettext-runtime=0A= +all-gettext-runtime:=20configure-gettext-runtime=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20=20\=0A+=09= (cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20=20$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20$(EXTRA_HOST_FLAGS)=20$(STAGE1_FLAGS_TO_PASS)=20=20= \=0A+=09=09$(TARGET-gettext-runtime))=0A+@endif=20gettext-runtime=0A+=0A= +=0A+=0A+.PHONY:=20all-stage1-gettext-runtime=20= maybe-all-stage1-gettext-runtime=0A+.PHONY:=20= clean-stage1-gettext-runtime=20maybe-clean-stage1-gettext-runtime=0A= +maybe-all-stage1-gettext-runtime:=0A= +maybe-clean-stage1-gettext-runtime:=0A+@if=20gettext-runtime-bootstrap=0A= +maybe-all-stage1-gettext-runtime:=20all-stage1-gettext-runtime=0A= +all-stage1:=20all-stage1-gettext-runtime=0A= +TARGET-stage1-gettext-runtime=20=3D=20$(TARGET-gettext-runtime)=0A= +all-stage1-gettext-runtime:=20configure-stage1-gettext-runtime=0A+=09@[=20= $(current_stage)=20=3D=20stage1=20]=20||=20$(MAKE)=20stage1-start=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09TFLAGS=3D"$(STAGE1_TFLAGS)";=20= \=0A+=09$(HOST_EXPORTS)=20=20\=0A+=09cd=20$(HOST_SUBDIR)/gettext-runtime=20= &&=20\=0A+=09=20\=0A+=09$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20\=0A+=09=09= CFLAGS=3D"$(STAGE1_CFLAGS)"=20\=0A+=09=09= GENERATOR_CFLAGS=3D"$(STAGE1_GENERATOR_CFLAGS)"=20\=0A+=09=09= CXXFLAGS=3D"$(STAGE1_CXXFLAGS)"=20\=0A+=09=09LIBCFLAGS=3D"$(LIBCFLAGS)"=20= \=0A+=09=09CFLAGS_FOR_TARGET=3D"$(CFLAGS_FOR_TARGET)"=20\=0A+=09=09= CXXFLAGS_FOR_TARGET=3D"$(CXXFLAGS_FOR_TARGET)"=20\=0A+=09=09= LIBCFLAGS_FOR_TARGET=3D"$(LIBCFLAGS_FOR_TARGET)"=20\=0A+=09=09= $(EXTRA_HOST_FLAGS)=20=20\=0A+=09=09$(STAGE1_FLAGS_TO_PASS)=20=20\=0A+=09= =09TFLAGS=3D"$(STAGE1_TFLAGS)"=20=20\=0A+=09=09= $(TARGET-stage1-gettext-runtime)=0A+=0A= +maybe-clean-stage1-gettext-runtime:=20clean-stage1-gettext-runtime=0A= +clean-stage1:=20clean-stage1-gettext-runtime=0A= +clean-stage1-gettext-runtime:=0A+=09@if=20[=20$(current_stage)=20=3D=20= stage1=20];=20then=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= else=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/stage1-gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A= +=09=20=20$(MAKE)=20stage1-start;=20\=0A+=09fi;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09$(MAKE)=20= $(EXTRA_HOST_FLAGS)=20=20\=0A+=09$(STAGE1_FLAGS_TO_PASS)=20=20clean=0A= +@endif=20gettext-runtime-bootstrap=0A+=0A+=0A+.PHONY:=20= all-stage2-gettext-runtime=20maybe-all-stage2-gettext-runtime=0A+.PHONY:=20= clean-stage2-gettext-runtime=20maybe-clean-stage2-gettext-runtime=0A= +maybe-all-stage2-gettext-runtime:=0A= +maybe-clean-stage2-gettext-runtime:=0A+@if=20gettext-runtime-bootstrap=0A= +maybe-all-stage2-gettext-runtime:=20all-stage2-gettext-runtime=0A= +all-stage2:=20all-stage2-gettext-runtime=0A= +TARGET-stage2-gettext-runtime=20=3D=20$(TARGET-gettext-runtime)=0A= +all-stage2-gettext-runtime:=20configure-stage2-gettext-runtime=0A+=09@[=20= $(current_stage)=20=3D=20stage2=20]=20||=20$(MAKE)=20stage2-start=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09TFLAGS=3D"$(STAGE2_TFLAGS)";=20= \=0A+=09$(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20=20\=0A+=09= cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20\=0A+=09$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20\=0A+=09=09CFLAGS=3D"$(STAGE2_CFLAGS)"=20\=0A+=09= =09GENERATOR_CFLAGS=3D"$(STAGE2_GENERATOR_CFLAGS)"=20\=0A+=09=09= CXXFLAGS=3D"$(STAGE2_CXXFLAGS)"=20\=0A+=09=09= LIBCFLAGS=3D"$(STAGE2_CFLAGS)"=20\=0A+=09=09= CFLAGS_FOR_TARGET=3D"$(CFLAGS_FOR_TARGET)"=20\=0A+=09=09= CXXFLAGS_FOR_TARGET=3D"$(CXXFLAGS_FOR_TARGET)"=20\=0A+=09=09= LIBCFLAGS_FOR_TARGET=3D"$(LIBCFLAGS_FOR_TARGET)"=20\=0A+=09=09= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20\=0A+=09=09= TFLAGS=3D"$(STAGE2_TFLAGS)"=20=20\=0A+=09=09= $(TARGET-stage2-gettext-runtime)=0A+=0A= +maybe-clean-stage2-gettext-runtime:=20clean-stage2-gettext-runtime=0A= +clean-stage2:=20clean-stage2-gettext-runtime=0A= +clean-stage2-gettext-runtime:=0A+=09@if=20[=20$(current_stage)=20=3D=20= stage2=20];=20then=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= else=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/stage2-gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A= +=09=20=20$(MAKE)=20stage2-start;=20\=0A+=09fi;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09$(MAKE)=20= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20clean=0A+@endif=20= gettext-runtime-bootstrap=0A+=0A+=0A+.PHONY:=20= all-stage3-gettext-runtime=20maybe-all-stage3-gettext-runtime=0A+.PHONY:=20= clean-stage3-gettext-runtime=20maybe-clean-stage3-gettext-runtime=0A= +maybe-all-stage3-gettext-runtime:=0A= +maybe-clean-stage3-gettext-runtime:=0A+@if=20gettext-runtime-bootstrap=0A= +maybe-all-stage3-gettext-runtime:=20all-stage3-gettext-runtime=0A= +all-stage3:=20all-stage3-gettext-runtime=0A= +TARGET-stage3-gettext-runtime=20=3D=20$(TARGET-gettext-runtime)=0A= +all-stage3-gettext-runtime:=20configure-stage3-gettext-runtime=0A+=09@[=20= $(current_stage)=20=3D=20stage3=20]=20||=20$(MAKE)=20stage3-start=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09TFLAGS=3D"$(STAGE3_TFLAGS)";=20= \=0A+=09$(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20=20\=0A+=09= cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20\=0A+=09$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20\=0A+=09=09CFLAGS=3D"$(STAGE3_CFLAGS)"=20\=0A+=09= =09GENERATOR_CFLAGS=3D"$(STAGE3_GENERATOR_CFLAGS)"=20\=0A+=09=09= CXXFLAGS=3D"$(STAGE3_CXXFLAGS)"=20\=0A+=09=09= LIBCFLAGS=3D"$(STAGE3_CFLAGS)"=20\=0A+=09=09= CFLAGS_FOR_TARGET=3D"$(CFLAGS_FOR_TARGET)"=20\=0A+=09=09= CXXFLAGS_FOR_TARGET=3D"$(CXXFLAGS_FOR_TARGET)"=20\=0A+=09=09= LIBCFLAGS_FOR_TARGET=3D"$(LIBCFLAGS_FOR_TARGET)"=20\=0A+=09=09= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20\=0A+=09=09= TFLAGS=3D"$(STAGE3_TFLAGS)"=20=20\=0A+=09=09= $(TARGET-stage3-gettext-runtime)=0A+=0A= +maybe-clean-stage3-gettext-runtime:=20clean-stage3-gettext-runtime=0A= +clean-stage3:=20clean-stage3-gettext-runtime=0A= +clean-stage3-gettext-runtime:=0A+=09@if=20[=20$(current_stage)=20=3D=20= stage3=20];=20then=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= else=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/stage3-gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A= +=09=20=20$(MAKE)=20stage3-start;=20\=0A+=09fi;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09$(MAKE)=20= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20clean=0A+@endif=20= gettext-runtime-bootstrap=0A+=0A+=0A+.PHONY:=20= all-stage4-gettext-runtime=20maybe-all-stage4-gettext-runtime=0A+.PHONY:=20= clean-stage4-gettext-runtime=20maybe-clean-stage4-gettext-runtime=0A= +maybe-all-stage4-gettext-runtime:=0A= +maybe-clean-stage4-gettext-runtime:=0A+@if=20gettext-runtime-bootstrap=0A= +maybe-all-stage4-gettext-runtime:=20all-stage4-gettext-runtime=0A= +all-stage4:=20all-stage4-gettext-runtime=0A= +TARGET-stage4-gettext-runtime=20=3D=20$(TARGET-gettext-runtime)=0A= +all-stage4-gettext-runtime:=20configure-stage4-gettext-runtime=0A+=09@[=20= $(current_stage)=20=3D=20stage4=20]=20||=20$(MAKE)=20stage4-start=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09TFLAGS=3D"$(STAGE4_TFLAGS)";=20= \=0A+=09$(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20=20\=0A+=09= cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20\=0A+=09$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20\=0A+=09=09CFLAGS=3D"$(STAGE4_CFLAGS)"=20\=0A+=09= =09GENERATOR_CFLAGS=3D"$(STAGE4_GENERATOR_CFLAGS)"=20\=0A+=09=09= CXXFLAGS=3D"$(STAGE4_CXXFLAGS)"=20\=0A+=09=09= LIBCFLAGS=3D"$(STAGE4_CFLAGS)"=20\=0A+=09=09= CFLAGS_FOR_TARGET=3D"$(CFLAGS_FOR_TARGET)"=20\=0A+=09=09= CXXFLAGS_FOR_TARGET=3D"$(CXXFLAGS_FOR_TARGET)"=20\=0A+=09=09= LIBCFLAGS_FOR_TARGET=3D"$(LIBCFLAGS_FOR_TARGET)"=20\=0A+=09=09= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20\=0A+=09=09= TFLAGS=3D"$(STAGE4_TFLAGS)"=20=20\=0A+=09=09= $(TARGET-stage4-gettext-runtime)=0A+=0A= +maybe-clean-stage4-gettext-runtime:=20clean-stage4-gettext-runtime=0A= +clean-stage4:=20clean-stage4-gettext-runtime=0A= +clean-stage4-gettext-runtime:=0A+=09@if=20[=20$(current_stage)=20=3D=20= stage4=20];=20then=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= else=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/stage4-gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A= +=09=20=20$(MAKE)=20stage4-start;=20\=0A+=09fi;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09$(MAKE)=20= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20clean=0A+@endif=20= gettext-runtime-bootstrap=0A+=0A+=0A+.PHONY:=20= all-stageprofile-gettext-runtime=20= maybe-all-stageprofile-gettext-runtime=0A+.PHONY:=20= clean-stageprofile-gettext-runtime=20= maybe-clean-stageprofile-gettext-runtime=0A= +maybe-all-stageprofile-gettext-runtime:=0A= +maybe-clean-stageprofile-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A+maybe-all-stageprofile-gettext-runtime:=20= all-stageprofile-gettext-runtime=0A+all-stageprofile:=20= all-stageprofile-gettext-runtime=0A+TARGET-stageprofile-gettext-runtime=20= =3D=20$(TARGET-gettext-runtime)=0A+all-stageprofile-gettext-runtime:=20= configure-stageprofile-gettext-runtime=0A+=09@[=20$(current_stage)=20=3D=20= stageprofile=20]=20||=20$(MAKE)=20stageprofile-start=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09= TFLAGS=3D"$(STAGEprofile_TFLAGS)";=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09= $(POSTSTAGE1_HOST_EXPORTS)=20=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20\=0A+=09$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20\=0A+=09=09CFLAGS=3D"$(STAGEprofile_CFLAGS)"=20\=0A= +=09=09GENERATOR_CFLAGS=3D"$(STAGEprofile_GENERATOR_CFLAGS)"=20\=0A+=09=09= CXXFLAGS=3D"$(STAGEprofile_CXXFLAGS)"=20\=0A+=09=09= LIBCFLAGS=3D"$(STAGEprofile_CFLAGS)"=20\=0A+=09=09= CFLAGS_FOR_TARGET=3D"$(CFLAGS_FOR_TARGET)"=20\=0A+=09=09= CXXFLAGS_FOR_TARGET=3D"$(CXXFLAGS_FOR_TARGET)"=20\=0A+=09=09= LIBCFLAGS_FOR_TARGET=3D"$(LIBCFLAGS_FOR_TARGET)"=20\=0A+=09=09= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20\=0A+=09=09= TFLAGS=3D"$(STAGEprofile_TFLAGS)"=20=20\=0A+=09=09= $(TARGET-stageprofile-gettext-runtime)=0A+=0A= +maybe-clean-stageprofile-gettext-runtime:=20= clean-stageprofile-gettext-runtime=0A+clean-stageprofile:=20= clean-stageprofile-gettext-runtime=0A= +clean-stageprofile-gettext-runtime:=0A+=09@if=20[=20$(current_stage)=20= =3D=20stageprofile=20];=20then=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= else=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/stageprofile-gettext-runtime/Makefile=20]=20||=20exit=20= 0;=20\=0A+=09=20=20$(MAKE)=20stageprofile-start;=20\=0A+=09fi;=20\=0A+=09= cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09$(MAKE)=20= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20clean=0A+@endif=20= gettext-runtime-bootstrap=0A+=0A+=0A+.PHONY:=20= all-stagetrain-gettext-runtime=20maybe-all-stagetrain-gettext-runtime=0A= +.PHONY:=20clean-stagetrain-gettext-runtime=20= maybe-clean-stagetrain-gettext-runtime=0A= +maybe-all-stagetrain-gettext-runtime:=0A= +maybe-clean-stagetrain-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A+maybe-all-stagetrain-gettext-runtime:=20= all-stagetrain-gettext-runtime=0A+all-stagetrain:=20= all-stagetrain-gettext-runtime=0A+TARGET-stagetrain-gettext-runtime=20=3D=20= $(TARGET-gettext-runtime)=0A+all-stagetrain-gettext-runtime:=20= configure-stagetrain-gettext-runtime=0A+=09@[=20$(current_stage)=20=3D=20= stagetrain=20]=20||=20$(MAKE)=20stagetrain-start=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09TFLAGS=3D"$(STAGEtrain_TFLAGS)";=20= \=0A+=09$(HOST_EXPORTS)=20\=0A+=09$(POSTSTAGE1_HOST_EXPORTS)=20=20\=0A+=09= cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20\=0A+=09$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20\=0A+=09=09CFLAGS=3D"$(STAGEtrain_CFLAGS)"=20\=0A= +=09=09GENERATOR_CFLAGS=3D"$(STAGEtrain_GENERATOR_CFLAGS)"=20\=0A+=09=09= CXXFLAGS=3D"$(STAGEtrain_CXXFLAGS)"=20\=0A+=09=09= LIBCFLAGS=3D"$(STAGEtrain_CFLAGS)"=20\=0A+=09=09= CFLAGS_FOR_TARGET=3D"$(CFLAGS_FOR_TARGET)"=20\=0A+=09=09= CXXFLAGS_FOR_TARGET=3D"$(CXXFLAGS_FOR_TARGET)"=20\=0A+=09=09= LIBCFLAGS_FOR_TARGET=3D"$(LIBCFLAGS_FOR_TARGET)"=20\=0A+=09=09= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20\=0A+=09=09= TFLAGS=3D"$(STAGEtrain_TFLAGS)"=20=20\=0A+=09=09= $(TARGET-stagetrain-gettext-runtime)=0A+=0A= +maybe-clean-stagetrain-gettext-runtime:=20= clean-stagetrain-gettext-runtime=0A+clean-stagetrain:=20= clean-stagetrain-gettext-runtime=0A+clean-stagetrain-gettext-runtime:=0A= +=09@if=20[=20$(current_stage)=20=3D=20stagetrain=20];=20then=20\=0A+=09=20= =20[=20-f=20$(HOST_SUBDIR)/gettext-runtime/Makefile=20]=20||=20exit=200;=20= \=0A+=09else=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/stagetrain-gettext-runtime/Makefile=20]=20||=20exit=200;=20= \=0A+=09=20=20$(MAKE)=20stagetrain-start;=20\=0A+=09fi;=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09$(MAKE)=20= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20clean=0A+@endif=20= gettext-runtime-bootstrap=0A+=0A+=0A+.PHONY:=20= all-stagefeedback-gettext-runtime=20= maybe-all-stagefeedback-gettext-runtime=0A+.PHONY:=20= clean-stagefeedback-gettext-runtime=20= maybe-clean-stagefeedback-gettext-runtime=0A= +maybe-all-stagefeedback-gettext-runtime:=0A= +maybe-clean-stagefeedback-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A+maybe-all-stagefeedback-gettext-runtime:=20= all-stagefeedback-gettext-runtime=0A+all-stagefeedback:=20= all-stagefeedback-gettext-runtime=0A= +TARGET-stagefeedback-gettext-runtime=20=3D=20$(TARGET-gettext-runtime)=0A= +all-stagefeedback-gettext-runtime:=20= configure-stagefeedback-gettext-runtime=0A+=09@[=20$(current_stage)=20=3D=20= stagefeedback=20]=20||=20$(MAKE)=20stagefeedback-start=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09= TFLAGS=3D"$(STAGEfeedback_TFLAGS)";=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09= $(POSTSTAGE1_HOST_EXPORTS)=20=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20\=0A+=09$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20\=0A+=09=09CFLAGS=3D"$(STAGEfeedback_CFLAGS)"=20= \=0A+=09=09GENERATOR_CFLAGS=3D"$(STAGEfeedback_GENERATOR_CFLAGS)"=20\=0A= +=09=09CXXFLAGS=3D"$(STAGEfeedback_CXXFLAGS)"=20\=0A+=09=09= LIBCFLAGS=3D"$(STAGEfeedback_CFLAGS)"=20\=0A+=09=09= CFLAGS_FOR_TARGET=3D"$(CFLAGS_FOR_TARGET)"=20\=0A+=09=09= CXXFLAGS_FOR_TARGET=3D"$(CXXFLAGS_FOR_TARGET)"=20\=0A+=09=09= LIBCFLAGS_FOR_TARGET=3D"$(LIBCFLAGS_FOR_TARGET)"=20\=0A+=09=09= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20\=0A+=09=09= TFLAGS=3D"$(STAGEfeedback_TFLAGS)"=20=20\=0A+=09=09= $(TARGET-stagefeedback-gettext-runtime)=0A+=0A= +maybe-clean-stagefeedback-gettext-runtime:=20= clean-stagefeedback-gettext-runtime=0A+clean-stagefeedback:=20= clean-stagefeedback-gettext-runtime=0A= +clean-stagefeedback-gettext-runtime:=0A+=09@if=20[=20$(current_stage)=20= =3D=20stagefeedback=20];=20then=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= else=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/stagefeedback-gettext-runtime/Makefile=20]=20||=20exit=20= 0;=20\=0A+=09=20=20$(MAKE)=20stagefeedback-start;=20\=0A+=09fi;=20\=0A+=09= cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09$(MAKE)=20= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20clean=0A+@endif=20= gettext-runtime-bootstrap=0A+=0A+=0A+.PHONY:=20= all-stageautoprofile-gettext-runtime=20= maybe-all-stageautoprofile-gettext-runtime=0A+.PHONY:=20= clean-stageautoprofile-gettext-runtime=20= maybe-clean-stageautoprofile-gettext-runtime=0A= +maybe-all-stageautoprofile-gettext-runtime:=0A= +maybe-clean-stageautoprofile-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A+maybe-all-stageautoprofile-gettext-runtime:=20= all-stageautoprofile-gettext-runtime=0A+all-stageautoprofile:=20= all-stageautoprofile-gettext-runtime=0A= +TARGET-stageautoprofile-gettext-runtime=20=3D=20= $(TARGET-gettext-runtime)=0A+all-stageautoprofile-gettext-runtime:=20= configure-stageautoprofile-gettext-runtime=0A+=09@[=20$(current_stage)=20= =3D=20stageautoprofile=20]=20||=20$(MAKE)=20stageautoprofile-start=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09= TFLAGS=3D"$(STAGEautoprofile_TFLAGS)";=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09= $(POSTSTAGE1_HOST_EXPORTS)=20=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09= $$s/gcc/config/i386/$(AUTO_PROFILE)=20\=0A+=09$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20\=0A+=09=09CFLAGS=3D"$(STAGEautoprofile_CFLAGS)"=20= \=0A+=09=09GENERATOR_CFLAGS=3D"$(STAGEautoprofile_GENERATOR_CFLAGS)"=20\=0A= +=09=09CXXFLAGS=3D"$(STAGEautoprofile_CXXFLAGS)"=20\=0A+=09=09= LIBCFLAGS=3D"$(STAGEautoprofile_CFLAGS)"=20\=0A+=09=09= CFLAGS_FOR_TARGET=3D"$(CFLAGS_FOR_TARGET)"=20\=0A+=09=09= CXXFLAGS_FOR_TARGET=3D"$(CXXFLAGS_FOR_TARGET)"=20\=0A+=09=09= LIBCFLAGS_FOR_TARGET=3D"$(LIBCFLAGS_FOR_TARGET)"=20\=0A+=09=09= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20\=0A+=09=09= TFLAGS=3D"$(STAGEautoprofile_TFLAGS)"=20=20\=0A+=09=09= $(TARGET-stageautoprofile-gettext-runtime)=0A+=0A= +maybe-clean-stageautoprofile-gettext-runtime:=20= clean-stageautoprofile-gettext-runtime=0A+clean-stageautoprofile:=20= clean-stageautoprofile-gettext-runtime=0A= +clean-stageautoprofile-gettext-runtime:=0A+=09@if=20[=20= $(current_stage)=20=3D=20stageautoprofile=20];=20then=20\=0A+=09=20=20[=20= -f=20$(HOST_SUBDIR)/gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A= +=09else=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/stageautoprofile-gettext-runtime/Makefile=20]=20||=20exit=20= 0;=20\=0A+=09=20=20$(MAKE)=20stageautoprofile-start;=20\=0A+=09fi;=20\=0A= +=09cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09$(MAKE)=20= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20clean=0A+@endif=20= gettext-runtime-bootstrap=0A+=0A+=0A+.PHONY:=20= all-stageautofeedback-gettext-runtime=20= maybe-all-stageautofeedback-gettext-runtime=0A+.PHONY:=20= clean-stageautofeedback-gettext-runtime=20= maybe-clean-stageautofeedback-gettext-runtime=0A= +maybe-all-stageautofeedback-gettext-runtime:=0A= +maybe-clean-stageautofeedback-gettext-runtime:=0A+@if=20= gettext-runtime-bootstrap=0A= +maybe-all-stageautofeedback-gettext-runtime:=20= all-stageautofeedback-gettext-runtime=0A+all-stageautofeedback:=20= all-stageautofeedback-gettext-runtime=0A= +TARGET-stageautofeedback-gettext-runtime=20=3D=20= $(TARGET-gettext-runtime)=0A+all-stageautofeedback-gettext-runtime:=20= configure-stageautofeedback-gettext-runtime=0A+=09@[=20$(current_stage)=20= =3D=20stageautofeedback=20]=20||=20$(MAKE)=20stageautofeedback-start=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09= TFLAGS=3D"$(STAGEautofeedback_TFLAGS)";=20\=0A+=09$(HOST_EXPORTS)=20\=0A= +=09$(POSTSTAGE1_HOST_EXPORTS)=20=20\=0A+=09cd=20= $(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20\=0A+=09$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20\=0A+=09=09CFLAGS=3D"$(STAGEautofeedback_CFLAGS)"=20= \=0A+=09=09GENERATOR_CFLAGS=3D"$(STAGEautofeedback_GENERATOR_CFLAGS)"=20= \=0A+=09=09CXXFLAGS=3D"$(STAGEautofeedback_CXXFLAGS)"=20\=0A+=09=09= LIBCFLAGS=3D"$(STAGEautofeedback_CFLAGS)"=20\=0A+=09=09= CFLAGS_FOR_TARGET=3D"$(CFLAGS_FOR_TARGET)"=20\=0A+=09=09= CXXFLAGS_FOR_TARGET=3D"$(CXXFLAGS_FOR_TARGET)"=20\=0A+=09=09= LIBCFLAGS_FOR_TARGET=3D"$(LIBCFLAGS_FOR_TARGET)"=20\=0A+=09=09= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20\=0A+=09=09= TFLAGS=3D"$(STAGEautofeedback_TFLAGS)"=20PERF_DATA=3Dperf.data=20\=0A+=09= =09$(TARGET-stageautofeedback-gettext-runtime)=0A+=0A= +maybe-clean-stageautofeedback-gettext-runtime:=20= clean-stageautofeedback-gettext-runtime=0A+clean-stageautofeedback:=20= clean-stageautofeedback-gettext-runtime=0A= +clean-stageautofeedback-gettext-runtime:=0A+=09@if=20[=20= $(current_stage)=20=3D=20stageautofeedback=20];=20then=20\=0A+=09=20=20[=20= -f=20$(HOST_SUBDIR)/gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A= +=09else=20\=0A+=09=20=20[=20-f=20= $(HOST_SUBDIR)/stageautofeedback-gettext-runtime/Makefile=20]=20||=20= exit=200;=20\=0A+=09=20=20$(MAKE)=20stageautofeedback-start;=20\=0A+=09= fi;=20\=0A+=09cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09$(MAKE)=20= $(EXTRA_HOST_FLAGS)=20$(POSTSTAGE1_FLAGS_TO_PASS)=20=20clean=0A+@endif=20= gettext-runtime-bootstrap=0A+=0A+=0A+=0A+=0A+=0A+.PHONY:=20= check-gettext-runtime=20maybe-check-gettext-runtime=0A= +maybe-check-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-check-gettext-runtime:=20check-gettext-runtime=0A+=0A= +check-gettext-runtime:=0A+=09@:=20$(MAKE);=20$(unstage)=0A+=09= @r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20= $(EXTRA_HOST_EXPORTS)=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20= &&=20\=0A+=09=20=20$(MAKE)=20$(FLAGS_TO_PASS)=20=20= $(EXTRA_BOOTSTRAP_FLAGS)=20check)=0A+=0A+@endif=20gettext-runtime=0A+=0A= +.PHONY:=20install-gettext-runtime=20maybe-install-gettext-runtime=0A= +maybe-install-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-install-gettext-runtime:=20install-gettext-runtime=0A+=0A= +install-gettext-runtime:=0A+=0A+@endif=20gettext-runtime=0A+=0A+.PHONY:=20= install-strip-gettext-runtime=20maybe-install-strip-gettext-runtime=0A= +maybe-install-strip-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-install-strip-gettext-runtime:=20install-strip-gettext-runtime=0A= +=0A+install-strip-gettext-runtime:=0A+=0A+@endif=20gettext-runtime=0A+=0A= +#=20Other=20targets=20(info,=20dvi,=20pdf,=20etc.)=0A+=0A+.PHONY:=20= maybe-info-gettext-runtime=20info-gettext-runtime=0A= +maybe-info-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-info-gettext-runtime:=20info-gettext-runtime=0A+=0A= +info-gettext-runtime:=20\=0A+=20=20=20=20configure-gettext-runtime=20=0A= +=09@[=20-f=20./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20info=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20info)=20\=0A= +=09=20=20||=20exit=201=0A+=0A+@endif=20gettext-runtime=0A+=0A+.PHONY:=20= maybe-dvi-gettext-runtime=20dvi-gettext-runtime=0A= +maybe-dvi-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-dvi-gettext-runtime:=20dvi-gettext-runtime=0A+=0A= +dvi-gettext-runtime:=20\=0A+=20=20=20=20configure-gettext-runtime=20=0A= +=09@[=20-f=20./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20dvi=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20dvi)=20\=0A= +=09=20=20||=20exit=201=0A+=0A+@endif=20gettext-runtime=0A+=0A+.PHONY:=20= maybe-pdf-gettext-runtime=20pdf-gettext-runtime=0A= +maybe-pdf-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-pdf-gettext-runtime:=20pdf-gettext-runtime=0A+=0A= +pdf-gettext-runtime:=20\=0A+=20=20=20=20configure-gettext-runtime=20=0A= +=09@[=20-f=20./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20pdf=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20pdf)=20\=0A= +=09=20=20||=20exit=201=0A+=0A+@endif=20gettext-runtime=0A+=0A+.PHONY:=20= maybe-html-gettext-runtime=20html-gettext-runtime=0A= +maybe-html-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-html-gettext-runtime:=20html-gettext-runtime=0A+=0A= +html-gettext-runtime:=20\=0A+=20=20=20=20configure-gettext-runtime=20=0A= +=09@[=20-f=20./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20html=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20html)=20\=0A= +=09=20=20||=20exit=201=0A+=0A+@endif=20gettext-runtime=0A+=0A+.PHONY:=20= maybe-TAGS-gettext-runtime=20TAGS-gettext-runtime=0A= +maybe-TAGS-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-TAGS-gettext-runtime:=20TAGS-gettext-runtime=0A+=0A= +TAGS-gettext-runtime:=20\=0A+=20=20=20=20configure-gettext-runtime=20=0A= +=09@[=20-f=20./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20TAGS=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20TAGS)=20\=0A= +=09=20=20||=20exit=201=0A+=0A+@endif=20gettext-runtime=0A+=0A+.PHONY:=20= maybe-install-info-gettext-runtime=20install-info-gettext-runtime=0A= +maybe-install-info-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-install-info-gettext-runtime:=20install-info-gettext-runtime=0A+=0A= +install-info-gettext-runtime:=20\=0A+=20=20=20=20= configure-gettext-runtime=20\=0A+=20=20=20=20info-gettext-runtime=20=0A+=09= @[=20-f=20./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20install-info=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20= install-info)=20\=0A+=09=20=20||=20exit=201=0A+=0A+@endif=20= gettext-runtime=0A+=0A+.PHONY:=20maybe-install-dvi-gettext-runtime=20= install-dvi-gettext-runtime=0A+maybe-install-dvi-gettext-runtime:=0A+@if=20= gettext-runtime=0A+maybe-install-dvi-gettext-runtime:=20= install-dvi-gettext-runtime=0A+=0A+install-dvi-gettext-runtime:=20\=0A+=20= =20=20=20configure-gettext-runtime=20\=0A+=20=20=20=20= dvi-gettext-runtime=20=0A+=09@[=20-f=20./gettext-runtime/Makefile=20]=20= ||=20exit=200;=20\=0A+=09r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09= s=3D`cd=20$(srcdir);=20${PWD_COMMAND}`;=20export=20s;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09for=20flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20= \=0A+=09=20=20eval=20`echo=20"$$flag"=20|=20sed=20-e=20= "s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20\1|"`;=20\=0A+=09done;=20= \=0A+=09echo=20"Doing=20install-dvi=20in=20gettext-runtime";=20\=0A+=09= (cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20=20$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20"AS=3D$${AS}"=20\=0A+=09=20=20=20= =20=20=20=20=20=20=20"CC=3D$${CC}"=20"CXX=3D$${CXX}"=20"LD=3D$${LD}"=20= "NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20= "RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20= "DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20"WINDMC=3D$${WINDMC}"=20= \=0A+=09=20=20=20=20=20=20=20=20=20=20install-dvi)=20\=0A+=09=20=20||=20= exit=201=0A+=0A+@endif=20gettext-runtime=0A+=0A+.PHONY:=20= maybe-install-pdf-gettext-runtime=20install-pdf-gettext-runtime=0A= +maybe-install-pdf-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-install-pdf-gettext-runtime:=20install-pdf-gettext-runtime=0A+=0A= +install-pdf-gettext-runtime:=20\=0A+=20=20=20=20= configure-gettext-runtime=20\=0A+=20=20=20=20pdf-gettext-runtime=20=0A+=09= @[=20-f=20./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20install-pdf=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20= install-pdf)=20\=0A+=09=20=20||=20exit=201=0A+=0A+@endif=20= gettext-runtime=0A+=0A+.PHONY:=20maybe-install-html-gettext-runtime=20= install-html-gettext-runtime=0A+maybe-install-html-gettext-runtime:=0A= +@if=20gettext-runtime=0A+maybe-install-html-gettext-runtime:=20= install-html-gettext-runtime=0A+=0A+install-html-gettext-runtime:=20\=0A= +=20=20=20=20configure-gettext-runtime=20\=0A+=20=20=20=20= html-gettext-runtime=20=0A+=09@[=20-f=20./gettext-runtime/Makefile=20]=20= ||=20exit=200;=20\=0A+=09r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09= s=3D`cd=20$(srcdir);=20${PWD_COMMAND}`;=20export=20s;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09for=20flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20= \=0A+=09=20=20eval=20`echo=20"$$flag"=20|=20sed=20-e=20= "s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20\1|"`;=20\=0A+=09done;=20= \=0A+=09echo=20"Doing=20install-html=20in=20gettext-runtime";=20\=0A+=09= (cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20=20$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20"AS=3D$${AS}"=20\=0A+=09=20=20=20= =20=20=20=20=20=20=20"CC=3D$${CC}"=20"CXX=3D$${CXX}"=20"LD=3D$${LD}"=20= "NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20= "RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20= "DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20"WINDMC=3D$${WINDMC}"=20= \=0A+=09=20=20=20=20=20=20=20=20=20=20install-html)=20\=0A+=09=20=20||=20= exit=201=0A+=0A+@endif=20gettext-runtime=0A+=0A+.PHONY:=20= maybe-installcheck-gettext-runtime=20installcheck-gettext-runtime=0A= +maybe-installcheck-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-installcheck-gettext-runtime:=20installcheck-gettext-runtime=0A+=0A= +installcheck-gettext-runtime:=20\=0A+=20=20=20=20= configure-gettext-runtime=20=0A+=09@[=20-f=20./gettext-runtime/Makefile=20= ]=20||=20exit=200;=20\=0A+=09r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09= s=3D`cd=20$(srcdir);=20${PWD_COMMAND}`;=20export=20s;=20\=0A+=09= $(HOST_EXPORTS)=20\=0A+=09for=20flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20= \=0A+=09=20=20eval=20`echo=20"$$flag"=20|=20sed=20-e=20= "s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20\1|"`;=20\=0A+=09done;=20= \=0A+=09echo=20"Doing=20installcheck=20in=20gettext-runtime";=20\=0A+=09= (cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20\=0A+=09=20=20$(MAKE)=20= $(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20"AS=3D$${AS}"=20\=0A+=09=20=20=20= =20=20=20=20=20=20=20"CC=3D$${CC}"=20"CXX=3D$${CXX}"=20"LD=3D$${LD}"=20= "NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20= "RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20= "DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20"WINDMC=3D$${WINDMC}"=20= \=0A+=09=20=20=20=20=20=20=20=20=20=20installcheck)=20\=0A+=09=20=20||=20= exit=201=0A+=0A+@endif=20gettext-runtime=0A+=0A+.PHONY:=20= maybe-mostlyclean-gettext-runtime=20mostlyclean-gettext-runtime=0A= +maybe-mostlyclean-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-mostlyclean-gettext-runtime:=20mostlyclean-gettext-runtime=0A+=0A= +mostlyclean-gettext-runtime:=20=0A+=09@[=20-f=20= ./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20mostlyclean=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20= mostlyclean)=20\=0A+=09=20=20||=20exit=201=0A+=0A+@endif=20= gettext-runtime=0A+=0A+.PHONY:=20maybe-clean-gettext-runtime=20= clean-gettext-runtime=0A+maybe-clean-gettext-runtime:=0A+@if=20= gettext-runtime=0A+maybe-clean-gettext-runtime:=20clean-gettext-runtime=0A= +=0A+clean-gettext-runtime:=20=0A+=09@[=20-f=20= ./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20clean=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20clean)=20\=0A= +=09=20=20||=20exit=201=0A+=0A+@endif=20gettext-runtime=0A+=0A+.PHONY:=20= maybe-distclean-gettext-runtime=20distclean-gettext-runtime=0A= +maybe-distclean-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-distclean-gettext-runtime:=20distclean-gettext-runtime=0A+=0A= +distclean-gettext-runtime:=20=0A+=09@[=20-f=20= ./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20distclean=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20distclean)=20= \=0A+=09=20=20||=20exit=201=0A+=0A+@endif=20gettext-runtime=0A+=0A= +.PHONY:=20maybe-maintainer-clean-gettext-runtime=20= maintainer-clean-gettext-runtime=0A= +maybe-maintainer-clean-gettext-runtime:=0A+@if=20gettext-runtime=0A= +maybe-maintainer-clean-gettext-runtime:=20= maintainer-clean-gettext-runtime=0A+=0A= +maintainer-clean-gettext-runtime:=20=0A+=09@[=20-f=20= ./gettext-runtime/Makefile=20]=20||=20exit=200;=20\=0A+=09= r=3D`${PWD_COMMAND}`;=20export=20r;=20\=0A+=09s=3D`cd=20$(srcdir);=20= ${PWD_COMMAND}`;=20export=20s;=20\=0A+=09$(HOST_EXPORTS)=20\=0A+=09for=20= flag=20in=20$(EXTRA_HOST_FLAGS)=20;=20do=20\=0A+=09=20=20eval=20`echo=20= "$$flag"=20|=20sed=20-e=20"s|^\([^=3D]*\)=3D\(.*\)|\1=3D'\2';=20export=20= \1|"`;=20\=0A+=09done;=20\=0A+=09echo=20"Doing=20maintainer-clean=20in=20= gettext-runtime";=20\=0A+=09(cd=20$(HOST_SUBDIR)/gettext-runtime=20&&=20= \=0A+=09=20=20$(MAKE)=20$(BASE_FLAGS_TO_PASS)=20"AR=3D$${AR}"=20= "AS=3D$${AS}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20"CC=3D$${CC}"=20= "CXX=3D$${CXX}"=20"LD=3D$${LD}"=20"NM=3D$${NM}"=20\=0A+=09=20=20=20=20=20= =20=20=20=20=20"RANLIB=3D$${RANLIB}"=20\=0A+=09=20=20=20=20=20=20=20=20=20= =20"DLLTOOL=3D$${DLLTOOL}"=20"WINDRES=3D$${WINDRES}"=20= "WINDMC=3D$${WINDMC}"=20\=0A+=09=20=20=20=20=20=20=20=20=20=20= maintainer-clean)=20\=0A+=09=20=20||=20exit=201=0A+=0A+@endif=20= gettext-runtime=0A+=0A+=0A+=0A=20.PHONY:=20configure-libelf=20= maybe-configure-libelf=0A=20maybe-configure-libelf:=0A=20@if=20= gcc-bootstrap=0A@@=20-61875,6=20+63039,11=20@@=20stage1-start::=0A=20=09=20= =20mkdir=20stage1-isl;=20\=0A=20=09mv=20stage1-isl=20isl=0A=20@endif=20= isl=0A+@if=20gettext-runtime=0A+=09@cd=20$(HOST_SUBDIR);=20[=20-d=20= stage1-gettext-runtime=20]=20||=20\=0A+=09=20=20mkdir=20= stage1-gettext-runtime;=20\=0A+=09mv=20stage1-gettext-runtime=20= gettext-runtime=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09= @cd=20$(HOST_SUBDIR);=20[=20-d=20stage1-libelf=20]=20||=20\=0A=20=09=20=20= mkdir=20stage1-libelf;=20\=0A@@=20-62000,6=20+63169,11=20@@=20= stage1-end::=0A=20=09=20=20cd=20$(HOST_SUBDIR);=20mv=20isl=20stage1-isl;=20= \=0A=20=09fi=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A+=09@if=20test=20= -d=20$(HOST_SUBDIR)/gettext-runtime;=20then=20\=0A+=09=20=20cd=20= $(HOST_SUBDIR);=20mv=20gettext-runtime=20stage1-gettext-runtime;=20\=0A+=09= fi=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09@if=20test=20-d=20= $(HOST_SUBDIR)/libelf;=20then=20\=0A=20=09=20=20cd=20$(HOST_SUBDIR);=20= mv=20libelf=20stage1-libelf;=20\=0A@@=20-62178,6=20+63352,12=20@@=20= stage2-start::=0A=20=09mv=20stage2-isl=20isl;=20\=0A=20=09mv=20= stage1-isl=20prev-isl=20||=20test=20-f=20stage1-lean=20=0A=20@endif=20= isl=0A+@if=20gettext-runtime=0A+=09@cd=20$(HOST_SUBDIR);=20[=20-d=20= stage2-gettext-runtime=20]=20||=20\=0A+=09=20=20mkdir=20= stage2-gettext-runtime;=20\=0A+=09mv=20stage2-gettext-runtime=20= gettext-runtime;=20\=0A+=09mv=20stage1-gettext-runtime=20= prev-gettext-runtime=20||=20test=20-f=20stage1-lean=20=0A+@endif=20= gettext-runtime=0A=20@if=20libelf=0A=20=09@cd=20$(HOST_SUBDIR);=20[=20-d=20= stage2-libelf=20]=20||=20\=0A=20=09=20=20mkdir=20stage2-libelf;=20\=0A@@=20= -62328,6=20+63508,12=20@@=20stage2-end::=0A=20=09=20=20mv=20prev-isl=20= stage1-isl;=20:=20;=20\=0A=20=09fi=0A=20@endif=20isl=0A+@if=20= gettext-runtime=0A+=09@if=20test=20-d=20$(HOST_SUBDIR)/gettext-runtime;=20= then=20\=0A+=09=20=20cd=20$(HOST_SUBDIR);=20mv=20gettext-runtime=20= stage2-gettext-runtime;=20\=0A+=09=20=20mv=20prev-gettext-runtime=20= stage1-gettext-runtime;=20:=20;=20\=0A+=09fi=0A+@endif=20gettext-runtime=0A= =20@if=20libelf=0A=20=09@if=20test=20-d=20$(HOST_SUBDIR)/libelf;=20then=20= \=0A=20=09=20=20cd=20$(HOST_SUBDIR);=20mv=20libelf=20stage2-libelf;=20\=0A= @@=20-62544,6=20+63730,12=20@@=20stage3-start::=0A=20=09mv=20stage3-isl=20= isl;=20\=0A=20=09mv=20stage2-isl=20prev-isl=20||=20test=20-f=20= stage2-lean=20=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A+=09@cd=20= $(HOST_SUBDIR);=20[=20-d=20stage3-gettext-runtime=20]=20||=20\=0A+=09=20=20= mkdir=20stage3-gettext-runtime;=20\=0A+=09mv=20stage3-gettext-runtime=20= gettext-runtime;=20\=0A+=09mv=20stage2-gettext-runtime=20= prev-gettext-runtime=20||=20test=20-f=20stage2-lean=20=0A+@endif=20= gettext-runtime=0A=20@if=20libelf=0A=20=09@cd=20$(HOST_SUBDIR);=20[=20-d=20= stage3-libelf=20]=20||=20\=0A=20=09=20=20mkdir=20stage3-libelf;=20\=0A@@=20= -62694,6=20+63886,12=20@@=20stage3-end::=0A=20=09=20=20mv=20prev-isl=20= stage2-isl;=20:=20;=20\=0A=20=09fi=0A=20@endif=20isl=0A+@if=20= gettext-runtime=0A+=09@if=20test=20-d=20$(HOST_SUBDIR)/gettext-runtime;=20= then=20\=0A+=09=20=20cd=20$(HOST_SUBDIR);=20mv=20gettext-runtime=20= stage3-gettext-runtime;=20\=0A+=09=20=20mv=20prev-gettext-runtime=20= stage2-gettext-runtime;=20:=20;=20\=0A+=09fi=0A+@endif=20gettext-runtime=0A= =20@if=20libelf=0A=20=09@if=20test=20-d=20$(HOST_SUBDIR)/libelf;=20then=20= \=0A=20=09=20=20cd=20$(HOST_SUBDIR);=20mv=20libelf=20stage3-libelf;=20\=0A= @@=20-62966,6=20+64164,12=20@@=20stage4-start::=0A=20=09mv=20stage4-isl=20= isl;=20\=0A=20=09mv=20stage3-isl=20prev-isl=20||=20test=20-f=20= stage3-lean=20=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A+=09@cd=20= $(HOST_SUBDIR);=20[=20-d=20stage4-gettext-runtime=20]=20||=20\=0A+=09=20=20= mkdir=20stage4-gettext-runtime;=20\=0A+=09mv=20stage4-gettext-runtime=20= gettext-runtime;=20\=0A+=09mv=20stage3-gettext-runtime=20= prev-gettext-runtime=20||=20test=20-f=20stage3-lean=20=0A+@endif=20= gettext-runtime=0A=20@if=20libelf=0A=20=09@cd=20$(HOST_SUBDIR);=20[=20-d=20= stage4-libelf=20]=20||=20\=0A=20=09=20=20mkdir=20stage4-libelf;=20\=0A@@=20= -63116,6=20+64320,12=20@@=20stage4-end::=0A=20=09=20=20mv=20prev-isl=20= stage3-isl;=20:=20;=20\=0A=20=09fi=0A=20@endif=20isl=0A+@if=20= gettext-runtime=0A+=09@if=20test=20-d=20$(HOST_SUBDIR)/gettext-runtime;=20= then=20\=0A+=09=20=20cd=20$(HOST_SUBDIR);=20mv=20gettext-runtime=20= stage4-gettext-runtime;=20\=0A+=09=20=20mv=20prev-gettext-runtime=20= stage3-gettext-runtime;=20:=20;=20\=0A+=09fi=0A+@endif=20gettext-runtime=0A= =20@if=20libelf=0A=20=09@if=20test=20-d=20$(HOST_SUBDIR)/libelf;=20then=20= \=0A=20=09=20=20cd=20$(HOST_SUBDIR);=20mv=20libelf=20stage4-libelf;=20\=0A= @@=20-63376,6=20+64586,12=20@@=20stageprofile-start::=0A=20=09mv=20= stageprofile-isl=20isl;=20\=0A=20=09mv=20stage1-isl=20prev-isl=20||=20= test=20-f=20stage1-lean=20=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A= +=09@cd=20$(HOST_SUBDIR);=20[=20-d=20stageprofile-gettext-runtime=20]=20= ||=20\=0A+=09=20=20mkdir=20stageprofile-gettext-runtime;=20\=0A+=09mv=20= stageprofile-gettext-runtime=20gettext-runtime;=20\=0A+=09mv=20= stage1-gettext-runtime=20prev-gettext-runtime=20||=20test=20-f=20= stage1-lean=20=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09@cd=20= $(HOST_SUBDIR);=20[=20-d=20stageprofile-libelf=20]=20||=20\=0A=20=09=20=20= mkdir=20stageprofile-libelf;=20\=0A@@=20-63526,6=20+64742,12=20@@=20= stageprofile-end::=0A=20=09=20=20mv=20prev-isl=20stage1-isl;=20:=20;=20\=0A= =20=09fi=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A+=09@if=20test=20= -d=20$(HOST_SUBDIR)/gettext-runtime;=20then=20\=0A+=09=20=20cd=20= $(HOST_SUBDIR);=20mv=20gettext-runtime=20stageprofile-gettext-runtime;=20= \=0A+=09=20=20mv=20prev-gettext-runtime=20stage1-gettext-runtime;=20:=20= ;=20\=0A+=09fi=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09@if=20= test=20-d=20$(HOST_SUBDIR)/libelf;=20then=20\=0A=20=09=20=20cd=20= $(HOST_SUBDIR);=20mv=20libelf=20stageprofile-libelf;=20\=0A@@=20-63719,6=20= +64941,12=20@@=20stagetrain-start::=0A=20=09mv=20stagetrain-isl=20isl;=20= \=0A=20=09mv=20stageprofile-isl=20prev-isl=20||=20test=20-f=20= stageprofile-lean=20=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A+=09= @cd=20$(HOST_SUBDIR);=20[=20-d=20stagetrain-gettext-runtime=20]=20||=20\=0A= +=09=20=20mkdir=20stagetrain-gettext-runtime;=20\=0A+=09mv=20= stagetrain-gettext-runtime=20gettext-runtime;=20\=0A+=09mv=20= stageprofile-gettext-runtime=20prev-gettext-runtime=20||=20test=20-f=20= stageprofile-lean=20=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09= @cd=20$(HOST_SUBDIR);=20[=20-d=20stagetrain-libelf=20]=20||=20\=0A=20=09=20= =20mkdir=20stagetrain-libelf;=20\=0A@@=20-63869,6=20+65097,12=20@@=20= stagetrain-end::=0A=20=09=20=20mv=20prev-isl=20stageprofile-isl;=20:=20;=20= \=0A=20=09fi=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A+=09@if=20test=20= -d=20$(HOST_SUBDIR)/gettext-runtime;=20then=20\=0A+=09=20=20cd=20= $(HOST_SUBDIR);=20mv=20gettext-runtime=20stagetrain-gettext-runtime;=20\=0A= +=09=20=20mv=20prev-gettext-runtime=20stageprofile-gettext-runtime;=20:=20= ;=20\=0A+=09fi=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09@if=20= test=20-d=20$(HOST_SUBDIR)/libelf;=20then=20\=0A=20=09=20=20cd=20= $(HOST_SUBDIR);=20mv=20libelf=20stagetrain-libelf;=20\=0A@@=20-64062,6=20= +65296,12=20@@=20stagefeedback-start::=0A=20=09mv=20stagefeedback-isl=20= isl;=20\=0A=20=09mv=20stagetrain-isl=20prev-isl=20||=20test=20-f=20= stagetrain-lean=20=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A+=09@cd=20= $(HOST_SUBDIR);=20[=20-d=20stagefeedback-gettext-runtime=20]=20||=20\=0A= +=09=20=20mkdir=20stagefeedback-gettext-runtime;=20\=0A+=09mv=20= stagefeedback-gettext-runtime=20gettext-runtime;=20\=0A+=09mv=20= stagetrain-gettext-runtime=20prev-gettext-runtime=20||=20test=20-f=20= stagetrain-lean=20=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09= @cd=20$(HOST_SUBDIR);=20[=20-d=20stagefeedback-libelf=20]=20||=20\=0A=20=09= =20=20mkdir=20stagefeedback-libelf;=20\=0A@@=20-64212,6=20+65452,12=20@@=20= stagefeedback-end::=0A=20=09=20=20mv=20prev-isl=20stagetrain-isl;=20:=20= ;=20\=0A=20=09fi=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A+=09@if=20= test=20-d=20$(HOST_SUBDIR)/gettext-runtime;=20then=20\=0A+=09=20=20cd=20= $(HOST_SUBDIR);=20mv=20gettext-runtime=20stagefeedback-gettext-runtime;=20= \=0A+=09=20=20mv=20prev-gettext-runtime=20stagetrain-gettext-runtime;=20= :=20;=20\=0A+=09fi=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09= @if=20test=20-d=20$(HOST_SUBDIR)/libelf;=20then=20\=0A=20=09=20=20cd=20= $(HOST_SUBDIR);=20mv=20libelf=20stagefeedback-libelf;=20\=0A@@=20= -64428,6=20+65674,12=20@@=20stageautoprofile-start::=0A=20=09mv=20= stageautoprofile-isl=20isl;=20\=0A=20=09mv=20stage1-isl=20prev-isl=20||=20= test=20-f=20stage1-lean=20=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A= +=09@cd=20$(HOST_SUBDIR);=20[=20-d=20stageautoprofile-gettext-runtime=20= ]=20||=20\=0A+=09=20=20mkdir=20stageautoprofile-gettext-runtime;=20\=0A+=09= mv=20stageautoprofile-gettext-runtime=20gettext-runtime;=20\=0A+=09mv=20= stage1-gettext-runtime=20prev-gettext-runtime=20||=20test=20-f=20= stage1-lean=20=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09@cd=20= $(HOST_SUBDIR);=20[=20-d=20stageautoprofile-libelf=20]=20||=20\=0A=20=09=20= =20mkdir=20stageautoprofile-libelf;=20\=0A@@=20-64578,6=20+65830,12=20@@=20= stageautoprofile-end::=0A=20=09=20=20mv=20prev-isl=20stage1-isl;=20:=20;=20= \=0A=20=09fi=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A+=09@if=20test=20= -d=20$(HOST_SUBDIR)/gettext-runtime;=20then=20\=0A+=09=20=20cd=20= $(HOST_SUBDIR);=20mv=20gettext-runtime=20= stageautoprofile-gettext-runtime;=20\=0A+=09=20=20mv=20= prev-gettext-runtime=20stage1-gettext-runtime;=20:=20;=20\=0A+=09fi=0A= +@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09@if=20test=20-d=20= $(HOST_SUBDIR)/libelf;=20then=20\=0A=20=09=20=20cd=20$(HOST_SUBDIR);=20= mv=20libelf=20stageautoprofile-libelf;=20\=0A@@=20-64771,6=20+66029,12=20= @@=20stageautofeedback-start::=0A=20=09mv=20stageautofeedback-isl=20isl;=20= \=0A=20=09mv=20stageautoprofile-isl=20prev-isl=20||=20test=20-f=20= stageautoprofile-lean=20=0A=20@endif=20isl=0A+@if=20gettext-runtime=0A+=09= @cd=20$(HOST_SUBDIR);=20[=20-d=20stageautofeedback-gettext-runtime=20]=20= ||=20\=0A+=09=20=20mkdir=20stageautofeedback-gettext-runtime;=20\=0A+=09= mv=20stageautofeedback-gettext-runtime=20gettext-runtime;=20\=0A+=09mv=20= stageautoprofile-gettext-runtime=20prev-gettext-runtime=20||=20test=20-f=20= stageautoprofile-lean=20=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A= =20=09@cd=20$(HOST_SUBDIR);=20[=20-d=20stageautofeedback-libelf=20]=20||=20= \=0A=20=09=20=20mkdir=20stageautofeedback-libelf;=20\=0A@@=20-64921,6=20= +66185,12=20@@=20stageautofeedback-end::=0A=20=09=20=20mv=20prev-isl=20= stageautoprofile-isl;=20:=20;=20\=0A=20=09fi=0A=20@endif=20isl=0A+@if=20= gettext-runtime=0A+=09@if=20test=20-d=20$(HOST_SUBDIR)/gettext-runtime;=20= then=20\=0A+=09=20=20cd=20$(HOST_SUBDIR);=20mv=20gettext-runtime=20= stageautofeedback-gettext-runtime;=20\=0A+=09=20=20mv=20= prev-gettext-runtime=20stageautoprofile-gettext-runtime;=20:=20;=20\=0A+=09= fi=0A+@endif=20gettext-runtime=0A=20@if=20libelf=0A=20=09@if=20test=20-d=20= $(HOST_SUBDIR)/libelf;=20then=20\=0A=20=09=20=20cd=20$(HOST_SUBDIR);=20= mv=20libelf=20stageautofeedback-libelf;=20\=0A@@=20-65261,16=20+66531,16=20= @@=20all-build-libiberty:=20maybe-all-build-texinfo=0A=20all-build-m4:=20= maybe-all-build-texinfo=0A=20all-build-fixincludes:=20= maybe-all-build-libiberty=0A=20all-build-libcpp:=20= maybe-all-build-libiberty=0A-configure-gcc:=20maybe-configure-intl=0A= -configure-stage1-gcc:=20maybe-configure-stage1-intl=0A= -configure-stage2-gcc:=20maybe-configure-stage2-intl=0A= -configure-stage3-gcc:=20maybe-configure-stage3-intl=0A= -configure-stage4-gcc:=20maybe-configure-stage4-intl=0A= -configure-stageprofile-gcc:=20maybe-configure-stageprofile-intl=0A= -configure-stagetrain-gcc:=20maybe-configure-stagetrain-intl=0A= -configure-stagefeedback-gcc:=20maybe-configure-stagefeedback-intl=0A= -configure-stageautoprofile-gcc:=20maybe-configure-stageautoprofile-intl=0A= -configure-stageautofeedback-gcc:=20= maybe-configure-stageautofeedback-intl=0A+configure-gcc:=20= maybe-configure-gettext-runtime=0A+configure-stage1-gcc:=20= maybe-configure-stage1-gettext-runtime=0A+configure-stage2-gcc:=20= maybe-configure-stage2-gettext-runtime=0A+configure-stage3-gcc:=20= maybe-configure-stage3-gettext-runtime=0A+configure-stage4-gcc:=20= maybe-configure-stage4-gettext-runtime=0A+configure-stageprofile-gcc:=20= maybe-configure-stageprofile-gettext-runtime=0A= +configure-stagetrain-gcc:=20maybe-configure-stagetrain-gettext-runtime=0A= +configure-stagefeedback-gcc:=20= maybe-configure-stagefeedback-gettext-runtime=0A= +configure-stageautoprofile-gcc:=20= maybe-configure-stageautoprofile-gettext-runtime=0A= +configure-stageautofeedback-gcc:=20= maybe-configure-stageautofeedback-gettext-runtime=0A=20configure-gcc:=20= maybe-all-gmp=0A=20configure-stage1-gcc:=20maybe-all-stage1-gmp=0A=20= configure-stage2-gcc:=20maybe-all-stage2-gmp=0A@@=20-65401,6=20+66671,16=20= @@=20all-stagetrain-gcc:=20maybe-all-stagetrain-intl=0A=20= all-stagefeedback-gcc:=20maybe-all-stagefeedback-intl=0A=20= all-stageautoprofile-gcc:=20maybe-all-stageautoprofile-intl=0A=20= all-stageautofeedback-gcc:=20maybe-all-stageautofeedback-intl=0A= +all-gcc:=20maybe-all-gettext-runtime=0A+all-stage1-gcc:=20= maybe-all-stage1-gettext-runtime=0A+all-stage2-gcc:=20= maybe-all-stage2-gettext-runtime=0A+all-stage3-gcc:=20= maybe-all-stage3-gettext-runtime=0A+all-stage4-gcc:=20= maybe-all-stage4-gettext-runtime=0A+all-stageprofile-gcc:=20= maybe-all-stageprofile-gettext-runtime=0A+all-stagetrain-gcc:=20= maybe-all-stagetrain-gettext-runtime=0A+all-stagefeedback-gcc:=20= maybe-all-stagefeedback-gettext-runtime=0A+all-stageautoprofile-gcc:=20= maybe-all-stageautoprofile-gettext-runtime=0A+all-stageautofeedback-gcc:=20= maybe-all-stageautofeedback-gettext-runtime=0A=20all-gcc:=20= maybe-all-mpfr=0A=20all-stage1-gcc:=20maybe-all-stage1-mpfr=0A=20= all-stage2-gcc:=20maybe-all-stage2-mpfr=0A@@=20-65635,16=20+66915,16=20= @@=20configure-stagetrain-libcpp:=20configure-stagetrain-libiberty=0A=20= configure-stagefeedback-libcpp:=20configure-stagefeedback-libiberty=0A=20= configure-stageautoprofile-libcpp:=20= configure-stageautoprofile-libiberty=0A=20= configure-stageautofeedback-libcpp:=20= configure-stageautofeedback-libiberty=0A-configure-libcpp:=20= maybe-configure-intl=0A-configure-stage1-libcpp:=20= maybe-configure-stage1-intl=0A-configure-stage2-libcpp:=20= maybe-configure-stage2-intl=0A-configure-stage3-libcpp:=20= maybe-configure-stage3-intl=0A-configure-stage4-libcpp:=20= maybe-configure-stage4-intl=0A-configure-stageprofile-libcpp:=20= maybe-configure-stageprofile-intl=0A-configure-stagetrain-libcpp:=20= maybe-configure-stagetrain-intl=0A-configure-stagefeedback-libcpp:=20= maybe-configure-stagefeedback-intl=0A-configure-stageautoprofile-libcpp:=20= maybe-configure-stageautoprofile-intl=0A= -configure-stageautofeedback-libcpp:=20= maybe-configure-stageautofeedback-intl=0A+configure-libcpp:=20= maybe-configure-gettext-runtime=0A+configure-stage1-libcpp:=20= maybe-configure-stage1-gettext-runtime=0A+configure-stage2-libcpp:=20= maybe-configure-stage2-gettext-runtime=0A+configure-stage3-libcpp:=20= maybe-configure-stage3-gettext-runtime=0A+configure-stage4-libcpp:=20= maybe-configure-stage4-gettext-runtime=0A+configure-stageprofile-libcpp:=20= maybe-configure-stageprofile-gettext-runtime=0A= +configure-stagetrain-libcpp:=20= maybe-configure-stagetrain-gettext-runtime=0A= +configure-stagefeedback-libcpp:=20= maybe-configure-stagefeedback-gettext-runtime=0A= +configure-stageautoprofile-libcpp:=20= maybe-configure-stageautoprofile-gettext-runtime=0A= +configure-stageautofeedback-libcpp:=20= maybe-configure-stageautofeedback-gettext-runtime=0A=20configure-libcpp:=20= maybe-all-libiconv=0A=20configure-stage1-libcpp:=20= maybe-all-stage1-libiconv=0A=20configure-stage2-libcpp:=20= maybe-all-stage2-libiconv=0A@@=20-65665,16=20+66945,16=20@@=20= all-stagetrain-libcpp:=20all-stagetrain-libiberty=0A=20= all-stagefeedback-libcpp:=20all-stagefeedback-libiberty=0A=20= all-stageautoprofile-libcpp:=20all-stageautoprofile-libiberty=0A=20= all-stageautofeedback-libcpp:=20all-stageautofeedback-libiberty=0A= -all-libcpp:=20maybe-all-intl=0A-all-stage1-libcpp:=20= maybe-all-stage1-intl=0A-all-stage2-libcpp:=20maybe-all-stage2-intl=0A= -all-stage3-libcpp:=20maybe-all-stage3-intl=0A-all-stage4-libcpp:=20= maybe-all-stage4-intl=0A-all-stageprofile-libcpp:=20= maybe-all-stageprofile-intl=0A-all-stagetrain-libcpp:=20= maybe-all-stagetrain-intl=0A-all-stagefeedback-libcpp:=20= maybe-all-stagefeedback-intl=0A-all-stageautoprofile-libcpp:=20= maybe-all-stageautoprofile-intl=0A-all-stageautofeedback-libcpp:=20= maybe-all-stageautofeedback-intl=0A+all-libcpp:=20= maybe-all-gettext-runtime=0A+all-stage1-libcpp:=20= maybe-all-stage1-gettext-runtime=0A+all-stage2-libcpp:=20= maybe-all-stage2-gettext-runtime=0A+all-stage3-libcpp:=20= maybe-all-stage3-gettext-runtime=0A+all-stage4-libcpp:=20= maybe-all-stage4-gettext-runtime=0A+all-stageprofile-libcpp:=20= maybe-all-stageprofile-gettext-runtime=0A+all-stagetrain-libcpp:=20= maybe-all-stagetrain-gettext-runtime=0A+all-stagefeedback-libcpp:=20= maybe-all-stagefeedback-gettext-runtime=0A+all-stageautoprofile-libcpp:=20= maybe-all-stageautoprofile-gettext-runtime=0A= +all-stageautofeedback-libcpp:=20= maybe-all-stageautofeedback-gettext-runtime=0A=20all-libcpp:=20= maybe-all-libiconv=0A=20all-stage1-libcpp:=20maybe-all-stage1-libiconv=0A= =20all-stage2-libcpp:=20maybe-all-stage2-libiconv=0A@@=20-65727,6=20= +67007,16=20@@=20configure-stagetrain-intl:=20= maybe-all-stagetrain-libiconv=0A=20configure-stagefeedback-intl:=20= maybe-all-stagefeedback-libiconv=0A=20configure-stageautoprofile-intl:=20= maybe-all-stageautoprofile-libiconv=0A=20= configure-stageautofeedback-intl:=20maybe-all-stageautofeedback-libiconv=0A= +configure-gettext-runtime:=20maybe-all-libiconv=0A= +configure-stage1-gettext-runtime:=20maybe-all-stage1-libiconv=0A= +configure-stage2-gettext-runtime:=20maybe-all-stage2-libiconv=0A= +configure-stage3-gettext-runtime:=20maybe-all-stage3-libiconv=0A= +configure-stage4-gettext-runtime:=20maybe-all-stage4-libiconv=0A= +configure-stageprofile-gettext-runtime:=20= maybe-all-stageprofile-libiconv=0A+configure-stagetrain-gettext-runtime:=20= maybe-all-stagetrain-libiconv=0A= +configure-stagefeedback-gettext-runtime:=20= maybe-all-stagefeedback-libiconv=0A= +configure-stageautoprofile-gettext-runtime:=20= maybe-all-stageautoprofile-libiconv=0A= +configure-stageautofeedback-gettext-runtime:=20= maybe-all-stageautofeedback-libiconv=0A=20configure-mpfr:=20= maybe-all-gmp=0A=20configure-stage1-mpfr:=20maybe-all-stage1-gmp=0A=20= configure-stage2-mpfr:=20maybe-all-stage2-gmp=0A@@=20-65767,6=20= +67057,16=20@@=20all-stagetrain-intl:=20maybe-all-stagetrain-libiconv=0A=20= all-stagefeedback-intl:=20maybe-all-stagefeedback-libiconv=0A=20= all-stageautoprofile-intl:=20maybe-all-stageautoprofile-libiconv=0A=20= all-stageautofeedback-intl:=20maybe-all-stageautofeedback-libiconv=0A= +all-gettext-runtime:=20maybe-all-libiconv=0A= +all-stage1-gettext-runtime:=20maybe-all-stage1-libiconv=0A= +all-stage2-gettext-runtime:=20maybe-all-stage2-libiconv=0A= +all-stage3-gettext-runtime:=20maybe-all-stage3-libiconv=0A= +all-stage4-gettext-runtime:=20maybe-all-stage4-libiconv=0A= +all-stageprofile-gettext-runtime:=20maybe-all-stageprofile-libiconv=0A= +all-stagetrain-gettext-runtime:=20maybe-all-stagetrain-libiconv=0A= +all-stagefeedback-gettext-runtime:=20maybe-all-stagefeedback-libiconv=0A= +all-stageautoprofile-gettext-runtime:=20= maybe-all-stageautoprofile-libiconv=0A= +all-stageautofeedback-gettext-runtime:=20= maybe-all-stageautofeedback-libiconv=0A=20configure-gdb:=20= maybe-configure-sim=0A=20configure-gdb:=20maybe-all-gnulib=0A=20= configure-gdb:=20maybe-all-gdbsupport=0Adiff=20--git=20= a/config/gettext-sister.m4=20b/config/gettext-sister.m4=0Aindex=20= e8e6b668416..bc5b8c4b57a=20100644=0A---=20a/config/gettext-sister.m4=0A= +++=20b/config/gettext-sister.m4=0A@@=20-12,17=20+12,34=20@@=0A=20= AC_DEFUN([ZW_GNU_GETTEXT_SISTER_DIR],=0A=20[#=20If=20we=20haven't=20got=20= the=20data=20from=20the=20intl=20directory,=0A=20#=20assume=20NLS=20is=20= disabled.=0A-USE_NLS=3Dno=09AC_SUBST(USE_NLS)=0A-LIBINTL=3D=09= AC_SUBST(LIBINTL)=0A-LIBINTL_DEP=3D=09AC_SUBST(LIBINTL_DEP)=0A-INCINTL=3D=09= AC_SUBST(INCINTL)=0A-XGETTEXT=3D=09AC_SUBST(XGETTEXT)=0A-GMSGFMT=3D=09= AC_SUBST(GMSGFMT)=0A-POSUB=3D=09=09AC_SUBST(POSUB)=0A+USE_NLS=3Dno=0A= +LIBINTL=3D=0A+LIBINTL_DEP=3D=0A+INCINTL=3D=0A+XGETTEXT=3D=0A+GMSGFMT=3D=0A= +POSUB=3D=0A=20=0A-if=20test=20-f=20=20= ifelse([$1],,[../intl],[$1])/config.intl;=20then=0A+if=20test=20-f=20=20= ifelse([$1],,[../gettext-runtime],[$1])/Makefile;=20then=0A+=20=20= BUILD_INCLUDED_LIBINTL=3D`grep=20BUILD_INCLUDED_LIBINTL=20= ../gettext-runtime/Makefile|sed=20s/BUILD_INCLUDED_LIBINTL\=20=3D\=20//`=0A= +=20=20USE_NLS=3D`grep=20USE_NLS=20../gettext-runtime/Makefile|sed=20= s/USE_NLS\=20=3D\=20//`=0A+=20=20LIBICONV=3D`grep=20^LIBICONV=20= ../gettext-runtime/Makefile|sed=20s/LIBICONV\=20=3D\=20//`=0A+=20=20= INTL_MACOSX_LIBS=3D`grep=20^INTL_MACOSX_LIBS=20= ../gettext-runtime/Makefile|sed=20s/INTL_MACOSX_LIBS\=20=3D\=20//`=0A+=20= =20XGETTEXT=3D`grep=20XGETTEXT=20../gettext-runtime/Makefile|sed=20= s/XGETTEXT\=20=3D\=20//`=0A+=20=20GMSGFMT=3D`grep=20GMSGFMT=20= ../gettext-runtime/Makefile|sed=20s/GMSGFMT\=20=3D\=20//`=0A+=20=20= POSUB=3D`grep=20POSUB=20../gettext-runtime/Makefile|sed=20s/POSUB\=20=3D\=20= //`=0A+=20=20= LIBINTL=3D"\${top_builddir}/../gettext-runtime/intl/.libs/libintl.a=20= $LIBICONV=20$INTL_MACOSX_LIBS"=0A+=20=20= INCINTL=3D"-I\${top_builddir}/../gettext-runtime/intl"=0A+elif=20test=20= -f=20=20ifelse([$1],,[../intl],[$1])/config.intl;=20then=0A=20=20=20.=20=20= ifelse([$1],,[../intl],[$1])/config.intl=0A=20fi=0A+AC_SUBST(USE_NLS)=0A= +AC_SUBST(LIBINTL)=0A+AC_SUBST(LIBINTL_DEP)=0A+AC_SUBST(INCINTL)=0A= +AC_SUBST(XGETTEXT)=0A+AC_SUBST(GMSGFMT)=0A+AC_SUBST(POSUB)=0A=20= AC_MSG_CHECKING([whether=20NLS=20is=20requested])=0A=20if=20test=20= x"$USE_NLS"=20!=3D=20xyes;=20then=0A=20=20=20AC_MSG_RESULT(no)=0Adiff=20= --git=20a/configure=20b/configure=0Aindex=205dcaab14ae9..f0f78420175=20= 100755=0A---=20a/configure=0A+++=20b/configure=0A@@=20-2807,7=20+2807,7=20= @@=20build_tools=3D"build-texinfo=20build-flex=20build-bison=20build-m4=20= build-fixincludes"=0A=20=0A=20#=20these=20libraries=20are=20used=20by=20= various=20programs=20built=20for=20the=20host=20environment=0A=20#f=0A= -host_libs=3D"intl=20libiberty=20opcodes=20bfd=20readline=20tcl=20tk=20= itcl=20libgui=20zlib=20libbacktrace=20libcpp=20libcody=20libdecnumber=20= gmp=20mpfr=20mpc=20isl=20libelf=20libiconv=20libctf"=0A= +host_libs=3D"gettext-runtime=20intl=20libiberty=20opcodes=20bfd=20= readline=20tcl=20tk=20itcl=20libgui=20zlib=20libbacktrace=20libcpp=20= libcody=20libdecnumber=20gmp=20mpfr=20mpc=20isl=20libelf=20libiconv=20= libctf"=0A=20=0A=20#=20these=20tools=20are=20built=20for=20the=20host=20= environment=0A=20#=20Note,=20the=20powerpc-eabi=20build=20depends=20on=20= sim=20occurring=20before=20gdb=20in=20order=20to=0Adiff=20--git=20= a/configure.ac=20b/configure.ac=0Aindex=2085977482aee..22e8819a082=20= 100644=0A---=20a/configure.ac=0A+++=20b/configure.ac=0A@@=20-132,7=20= +132,7=20@@=20build_tools=3D"build-texinfo=20build-flex=20build-bison=20= build-m4=20build-fixincludes"=0A=20=0A=20#=20these=20libraries=20are=20= used=20by=20various=20programs=20built=20for=20the=20host=20environment=0A= =20#f=0A-host_libs=3D"intl=20libiberty=20opcodes=20bfd=20readline=20tcl=20= tk=20itcl=20libgui=20zlib=20libbacktrace=20libcpp=20libcody=20= libdecnumber=20gmp=20mpfr=20mpc=20isl=20libelf=20libiconv=20libctf"=0A= +host_libs=3D"gettext-runtime=20intl=20libiberty=20opcodes=20bfd=20= readline=20tcl=20tk=20itcl=20libgui=20zlib=20libbacktrace=20libcpp=20= libcody=20libdecnumber=20gmp=20mpfr=20mpc=20isl=20libelf=20libiconv=20= libctf"=0A=20=0A=20#=20these=20tools=20are=20built=20for=20the=20host=20= environment=0A=20#=20Note,=20the=20powerpc-eabi=20build=20depends=20on=20= sim=20occurring=20before=20gdb=20in=20order=20to=0Adiff=20--git=20= a/gcc/configure=20b/gcc/configure=0Aindex=20f43dc989d02..3e1e64693cd=20= 100755=0A---=20a/gcc/configure=0A+++=20b/gcc/configure=0A@@=20-13105,9=20= +13105,26=20@@=20XGETTEXT=3D=0A=20GMSGFMT=3D=0A=20POSUB=3D=0A=20=0A-if=20= test=20-f=20=20../intl/config.intl;=20then=0A+if=20test=20-f=20=20= ../gettext-runtime/Makefile;=20then=0A+=20=20= BUILD_INCLUDED_LIBINTL=3D`grep=20BUILD_INCLUDED_LIBINTL=20= ../gettext-runtime/Makefile|sed=20s/BUILD_INCLUDED_LIBINTL\=20=3D\=20//`=0A= +=20=20USE_NLS=3D`grep=20USE_NLS=20../gettext-runtime/Makefile|sed=20= s/USE_NLS\=20=3D\=20//`=0A+=20=20LIBICONV=3D`grep=20^LIBICONV=20= ../gettext-runtime/Makefile|sed=20s/LIBICONV\=20=3D\=20//`=0A+=20=20= INTL_MACOSX_LIBS=3D`grep=20^INTL_MACOSX_LIBS=20= ../gettext-runtime/Makefile|sed=20s/INTL_MACOSX_LIBS\=20=3D\=20//`=0A+=20= =20XGETTEXT=3D`grep=20XGETTEXT=20../gettext-runtime/Makefile|sed=20= s/XGETTEXT\=20=3D\=20//`=0A+=20=20GMSGFMT=3D`grep=20GMSGFMT=20= ../gettext-runtime/Makefile|sed=20s/GMSGFMT\=20=3D\=20//`=0A+=20=20= POSUB=3D`grep=20POSUB=20../gettext-runtime/Makefile|sed=20s/POSUB\=20=3D\=20= //`=0A+=20=20= LIBINTL=3D"\${top_builddir}/../gettext-runtime/intl/.libs/libintl.a=20= $LIBICONV=20$INTL_MACOSX_LIBS"=0A+=20=20= INCINTL=3D"-I\${top_builddir}/../gettext-runtime/intl"=0A+elif=20test=20= -f=20=20../intl/config.intl;=20then=0A=20=20=20.=20=20= ../intl/config.intl=0A=20fi=0A+=0A+=0A+=0A+=0A+=0A+=0A+=0A=20{=20= $as_echo=20"$as_me:${as_lineno-$LINENO}:=20checking=20whether=20NLS=20is=20= requested"=20>&5=0A=20$as_echo_n=20"checking=20whether=20NLS=20is=20= requested...=20"=20>&6;=20}=0A=20if=20test=20x"$USE_NLS"=20!=3D=20xyes;=20= then=0A@@=20-19674,7=20+19691,7=20@@=20else=0A=20=20=20lt_dlunknown=3D0;=20= lt_dlno_uscore=3D1;=20lt_dlneed_uscore=3D2=0A=20=20=20= lt_status=3D$lt_dlunknown=0A=20=20=20cat=20>=20conftest.$ac_ext=20= <<_LT_EOF=0A-#line=2019679=20"configure"=0A+#line=2019694=20"configure"=0A= =20#include=20"confdefs.h"=0A=20=0A=20#if=20HAVE_DLFCN_H=0A@@=20-19780,7=20= +19797,7=20@@=20else=0A=20=20=20lt_dlunknown=3D0;=20lt_dlno_uscore=3D1;=20= lt_dlneed_uscore=3D2=0A=20=20=20lt_status=3D$lt_dlunknown=0A=20=20=20cat=20= >=20conftest.$ac_ext=20<<_LT_EOF=0A-#line=2019785=20"configure"=0A+#line=20= 19800=20"configure"=0A=20#include=20"confdefs.h"=0A=20=0A=20#if=20= HAVE_DLFCN_H=0Adiff=20--git=20a/libcpp/configure=20b/libcpp/configure=0A= index=2075145390215..54fe9634981=20100755=0A---=20a/libcpp/configure=0A= +++=20b/libcpp/configure=0A@@=20-6549,9=20+6549,26=20@@=20XGETTEXT=3D=0A=20= GMSGFMT=3D=0A=20POSUB=3D=0A=20=0A-if=20test=20-f=20=20= ../intl/config.intl;=20then=0A+if=20test=20-f=20=20= ../gettext-runtime/Makefile;=20then=0A+=20=20= BUILD_INCLUDED_LIBINTL=3D`grep=20BUILD_INCLUDED_LIBINTL=20= ../gettext-runtime/Makefile|sed=20s/BUILD_INCLUDED_LIBINTL\=20=3D\=20//`=0A= +=20=20USE_NLS=3D`grep=20USE_NLS=20../gettext-runtime/Makefile|sed=20= s/USE_NLS\=20=3D\=20//`=0A+=20=20LIBICONV=3D`grep=20^LIBICONV=20= ../gettext-runtime/Makefile|sed=20s/LIBICONV\=20=3D\=20//`=0A+=20=20= INTL_MACOSX_LIBS=3D`grep=20^INTL_MACOSX_LIBS=20= ../gettext-runtime/Makefile|sed=20s/INTL_MACOSX_LIBS\=20=3D\=20//`=0A+=20= =20XGETTEXT=3D`grep=20XGETTEXT=20../gettext-runtime/Makefile|sed=20= s/XGETTEXT\=20=3D\=20//`=0A+=20=20GMSGFMT=3D`grep=20GMSGFMT=20= ../gettext-runtime/Makefile|sed=20s/GMSGFMT\=20=3D\=20//`=0A+=20=20= POSUB=3D`grep=20POSUB=20../gettext-runtime/Makefile|sed=20s/POSUB\=20=3D\=20= //`=0A+=20=20= LIBINTL=3D"\${top_builddir}/../gettext-runtime/intl/.libs/libintl.a=20= $LIBICONV=20$INTL_MACOSX_LIBS"=0A+=20=20= INCINTL=3D"-I\${top_builddir}/../gettext-runtime/intl"=0A+elif=20test=20= -f=20=20../intl/config.intl;=20then=0A=20=20=20.=20=20= ../intl/config.intl=0A=20fi=0A+=0A+=0A+=0A+=0A+=0A+=0A+=0A=20{=20= $as_echo=20"$as_me:${as_lineno-$LINENO}:=20checking=20whether=20NLS=20is=20= requested"=20>&5=0A=20$as_echo_n=20"checking=20whether=20NLS=20is=20= requested...=20"=20>&6;=20}=0A=20if=20test=20x"$USE_NLS"=20!=3D=20xyes;=20= then=0A--=20=0A2.24.3=20(Apple=20Git-128)=0A=0A= --Apple-Mail=_7E4B8808-E6BC-4A4B-A037-AB50509F795E--