qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 02/10] roms/edk2-funcs.sh: require gcc-4.8+ for


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH 02/10] roms/edk2-funcs.sh: require gcc-4.8+ for building i386 and x86_64
Date: Sun, 10 Mar 2019 16:11:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

On 3/9/19 1:48 AM, Laszlo Ersek wrote:
> Adapt the qemu_edk2_get_toolchain() function in "roms/edk2-funcs.sh" in
> advance to edk2 commit 8d7cdfae8cb8 ("OvmfPkg: require GCC48 or later",
> 2019-01-08), which is part of the "edk2-stable201903" tag.
> 
> Signed-off-by: Laszlo Ersek <address@hidden>

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>

> ---
>  roms/edk2-funcs.sh | 14 +-------------
>  1 file changed, 1 insertion(+), 13 deletions(-)
> 
> diff --git a/roms/edk2-funcs.sh b/roms/edk2-funcs.sh
> index 908c7665c6ed..22a5dc8f6ab6 100644
> --- a/roms/edk2-funcs.sh
> +++ b/roms/edk2-funcs.sh
> @@ -149,23 +149,11 @@ qemu_edk2_get_toolchain()
>        # Run "git-blame" on "OvmfPkg/build.sh" in edk2 for more information on
>        # the mapping below.
>        case "$gcc_version" in
> -        ([1-3].*|4.[0-3].*)
> +        ([1-3].*|4.[0-7].*)
>            printf '%s: unsupported gcc version "%s"\n' \
>              "$program_name" "$gcc_version" >&2
>            return 1
>            ;;
> -        (4.4.*)
> -          printf 'GCC44\n'
> -          ;;
> -        (4.5.*)
> -          printf 'GCC45\n'
> -          ;;
> -        (4.6.*)
> -          printf 'GCC46\n'
> -          ;;
> -        (4.7.*)
> -          printf 'GCC47\n'
> -          ;;
>          (4.8.*)
>            printf 'GCC48\n'
>            ;;
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]