Changeset 81367 in vbox for trunk/src/VBox/Devices/EFI/Firmware
- Timestamp:
- Oct 18, 2019 7:24:25 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 134080
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/VolInfo.c
r80721 r81367 38 38 #include "ParseInf.h" 39 39 #include "PeCoffLib.h" 40 /* 40 41 41 42 #ifdef __GNUC__ 42 43 #pragma GCC diagnostic ignored "-Wimplicit-fallthrough" 43 44 #endif 44 45 */ 45 46 // 46 47 // Utility global variables -
trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/VirtioScsiDxe/VirtioScsi.c
r80721 r81367 338 338 // response code 339 339 // 340 DEBUG((DEBUG_VERBOSE, "virtio: Response = %d\n", Response->Response)); 341 340 342 switch (Response->Response) { 341 343 case VIRTIO_SCSI_S_OK: -
trunk/src/VBox/Devices/EFI/Firmware/vbox-tools_def.txt
r80935 r81367 241 241 *_*_*_DTC_PATH = DEF(DTC_BIN) 242 242 243 DEFINE GCC_ALL_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror-Wno-array-bounds -include AutoGen.h -fno-common243 DEFINE GCC_ALL_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Wno-array-bounds -include AutoGen.h -fno-common 244 244 DEFINE GCC_IA32_CC_FLAGS = DEF(GCC_ALL_CC_FLAGS) -m32 -malign-double -freorder-blocks -freorder-blocks-and-partition -O2 -mno-stack-arg-probe @VBOX_MINGW32_Wno@ 245 245 DEFINE GCC_X64_CC_FLAGS = DEF(GCC_ALL_CC_FLAGS) -mno-red-zone -Wno-address -mno-stack-arg-probe @VBOX_MINGW32_Wno@ … … 259 259 DEFINE GCC_X64_RC_FLAGS = -I binary -O elf64-x86-64 -B i386 --rename-section .data=.hii 260 260 261 DEFINE GCC48_ALL_CC_FLAGS = -g -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror-Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings261 DEFINE GCC48_ALL_CC_FLAGS = -g -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings 262 262 DEFINE GCC48_IA32_X64_DLINK_COMMON = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x20 263 263 DEFINE GCC48_IA32_CC_FLAGS = DEF(GCC48_ALL_CC_FLAGS) -m32 -march=i586 -malign-double -fno-stack-protector -D EFI32 -fno-asynchronous-unwind-tables -Wno-address -fno-pie -fno-pic
Note:
See TracChangeset
for help on using the changeset viewer.