[alsa-devel] [PATCH alsa-utils] build: Do not try to detect cross-compiler
Takashi Iwai
tiwai at suse.de
Thu Oct 8 19:14:15 CEST 2015
On Thu, 08 Oct 2015 18:14:05 +0200,
Mike Frysinger wrote:
>
> From: Mike Frysinger <vapier at chromium.org>
>
> cross compilers are passed via path may not be a gcc based cross
> compiler in such cases this check fails and try's to force gcc based
> cross compiler detection, This code is a convenience that limits the
> build system.
>
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
> Note: this is the same fix that landed in alsa-lib.
Applied, thanks.
Takashi
>
> configure.ac | 14 --------------
> 1 file changed, 14 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 8c2d1a5..79a9aaf 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -12,20 +12,6 @@ AM_GNU_GETTEXT_VERSION([0.15])
>
> dnl Checks for programs.
>
> -dnl try to gues cross-compiler if not set
> -if test "x$target" != "x$host" -a -z "`echo $CC | grep -e '-gcc'`";
> -then
> - AC_MSG_CHECKING(for cross-compiler)
> -
> - which ${program_prefix}gcc >/dev/null 2>&1 && CC=${program_prefix}gcc
> - which ${target_cpu}-${target_os}-gcc >/dev/null 2>&1 \
> - && CC=${target_cpu}-${target-os}-gcc
> - which ${target_cpu}-${target_vendor}-${target_os}-gcc >/dev/null 2>&1 \
> - && CC=${target_cpu}-${target_vendor}-${target_os}-gcc
> -
> - AC_MSG_RESULT($CC)
> -fi
> -
> AC_PROG_CC
> dnl AC_PROG_CXX
> AC_PROG_INSTALL
> --
> 2.5.2
>
More information about the Alsa-devel
mailing list