From 4d6e265dc350af1849b60ce2c97d839b4d156306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Thu, 9 Sep 2021 19:46:47 +0200 Subject: Don't copy etc/config.guess for binutils{,_*}. etc/README.md: updated. midipix.env:${DEFAULT_BUILD_VARS}: adds AUTOCONF_CONFIG_GUESS. groups/010.host_deps.group:binutils_build:${PKG_PATCHES_EXTRA}: from chainport (via midipix.) patches/binutils_build-2.24.51.local.patch: from patches/binutils-2.24.51.local.patch (via midipix.) subr/pkg_configure_autotools.subr: copy etc/config.guess according to ${PKG_AUTOCONF_CONFIG_GUESS}. --- etc/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'etc/README.md') diff --git a/etc/README.md b/etc/README.md index 9cce5684..c1be480d 100644 --- a/etc/README.md +++ b/etc/README.md @@ -804,7 +804,7 @@ VERSION`` and/or ``URLS_GIT``, respectively. | FlagLine | String of {SP,VT}-separated flags, arguments, options, etc. pp. to a command | | List([,..]) | -separated list, optionally recursively and/or sub-typing, e.g.: ``List(:,=,String)`` and ``"name=value:name2=va lue "`` | | PkgName | Single name of package | -| PkgRelation | Single, possibly parametrised, package-package relation; see section [3.6](#36-package-package-and-packagegroup-group-relationships) | +| PkgRelation | Single, possibly parametrised, package-package relation; see section [3.6](#36-package-package-and-packagegroup-group-relationships) | | PkgVersion | Single version of package | | Set() | Set of alternatives of , e.g. one of ``cross``, ``host``, ``native`` | | String | Semantically generic string | @@ -818,12 +818,13 @@ VERSION`` and/or ``URLS_GIT``, respectively. | Package variable name | Type | Description | | ---------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | | AR | CmdName | Toolchain library archive editor ``ar(1)`` | +| AUTOCONF_CONFIG_GUESS | String | Either of ``midipix`` (copy Midipix ``config.guess`` from ``etc/config.guess``) or ``keep``; defaults to ``midipix`` | | BASE_DIR | DirName(Abs) | Package build root directory beneath ``${BUILD_WORKDIR}`` | | BUILD_DIR | DirName(Unit) | Package build directory beneath ``${PKG_BASE_DIR}`` | | BUILD_STAGES_DISABLE | List( ) | Build stages to disable during package build | | BUILD_TYPE | Set(String) | ``cross``: Cross-compiled toolchain, ``host``: host, ``native``: cross-compiled package | | CC | FileName | Toolchain C compiler ``cc(1)`` | -| CFLAGS_BUILD_EXTRA | FlagLine | Additional C compiler flags during package ``make(1)`` build | +| CFLAGS_BUILD_EXTRA | FlagLine | Additional C compiler flags during package ``make(1)`` build | | CFLAGS_BUILD | FlagLine | C compiler flags during package ``make(1)`` build | | CFLAGS_CONFIGURE_EXTRA | FlagLine | Additional C compiler flags during package (GNU autotools in implementation and/or interface) configuration | | CFLAGS_CONFIGURE | FlagLine | C compiler flags during package (GNU autotools in implementation and/or interface) configuration | -- cgit v1.2.3