Changeset 101291 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/C/DevicePath/GNUmakefile
- Timestamp:
- Sep 27, 2023 1:34:02 PM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 159276
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-156846 /vendor/edk2/current 103735-103757,103769-103776,129194-159268
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/C/DevicePath/GNUmakefile
r99404 r101291 14 14 include $(MAKEROOT)/Makefiles/app.makefile 15 15 16 GCCVERSION = $(shell $(BUILD_CC) -dumpversion | awk -F'.' '{print $$1}') 16 GCCVERSION = $(shell $(CC) -dumpversion | awk -F'.' '{print $$1}') 17 CLANG := $(shell $(CC) --version | grep clang) 17 18 ifneq ("$(GCCVERSION)", "5") 18 if neq ($(CXX), llvm)19 ifeq ($(CLANG),) 19 20 ifneq ($(DARWIN),Darwin) 20 21 # gcc 12 trips over device path handling 21 BUILD_CFLAGS += -Wno-error=stringop-overflow22 CFLAGS += -Wno-error=stringop-overflow 22 23 endif 23 24 endif
Note:
See TracChangeset
for help on using the changeset viewer.