[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 2/9] roms: Correct the EDK2_BASETOOLS_OPTFLAGS variab
From: |
Laurent Vivier |
Subject: |
[qemu-s390x] [PULL 2/9] roms: Correct the EDK2_BASETOOLS_OPTFLAGS variable description |
Date: |
Wed, 22 May 2019 18:07:16 +0200 |
From: Philippe Mathieu-Daudé <address@hidden>
In commit 1cab464136b4 we incorrectly described the
EDK2_BASETOOLS_OPTFLAGS can pass CPPFLAGS and CFLAGS
options to the EDK2 build tools, but it only expands
the CFLAGS (not to the CPPFLAGS).
Update the description to be more accurate.
Reported-by: Laszlo Ersek <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
---
roms/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/roms/Makefile b/roms/Makefile
index 0ce84a45ad57..ea6aec56abdd 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -121,8 +121,8 @@ build-efi-roms: build-pxe-roms
$(patsubst %,bin-i386-efi/%.efidrv,$(pxerom_targets)) \
$(patsubst %,bin-x86_64-efi/%.efidrv,$(pxerom_targets))
-# Build scripts can pass compiler/linker flags to the EDK2 build tools
-# via the EDK2_BASETOOLS_OPTFLAGS (CPPFLAGS and CFLAGS) and
+# Build scripts can pass compiler/linker flags to the EDK2
+# build tools via the EDK2_BASETOOLS_OPTFLAGS (CFLAGS) and
# EDK2_BASETOOLS_LDFLAGS (LDFLAGS) environment variables.
#
# Example:
--
2.20.1
- [qemu-s390x] [PULL 0/9] Trivial branch patches, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 4/9] migration: Fix typo in migrate_add_blocker() error message, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 5/9] configure: Fix spelling of sdl-image in --help, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 2/9] roms: Correct the EDK2_BASETOOLS_OPTFLAGS variable description,
Laurent Vivier <=
- [qemu-s390x] [PULL 3/9] roms: List and describe the Makefile 'clean' rule, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 6/9] vfio: pci: make "vfio-pci-nohotplug" as MACRO, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 1/9] hw/virtio/virtio-mmio: Convert DPRINTF to trace and log, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 9/9] pci: msix: move 'MSIX_CAP_LENGTH' to header file, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 8/9] vfio: platform: fix a typo, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 7/9] hw: vfio: drop TYPE_FOO MACRO in VMStateDescription, Laurent Vivier, 2019/05/22
- Re: [qemu-s390x] [Qemu-devel] [PULL 0/9] Trivial branch patches, Peter Maydell, 2019/05/23