[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] config.sub: recognize *-*-uefi
From: |
Adam Joseph |
Subject: |
Re: [PATCH] config.sub: recognize *-*-uefi |
Date: |
Sun, 29 Oct 2023 23:46:24 -0700 |
As mentioned in my reply to Ryan,
Quoting Adam Joseph (2023-10-26 18:33:43)
> @@ -1859,6 +1866,8 @@ case $kernel-$os-$obj in
> # None (no kernel, i.e. freestanding / bare metal),
> # can be paired with an machine code file format
> ;;
> + -uefi)
> + ;;
This case branch is unnecessary. I meant to write "-uefi-" rather than "-uefi",
but in fact the following branch handles this case already.
> -*-)
> # Blank kernel with real OS is always fine.
> ;;