VirtualBox

Changeset 97891 in vbox


Ignore:
Timestamp:
Dec 29, 2022 3:03:48 PM (2 years ago)
Author:
vboxsync
Message:

/Config.kmk,softfloat: S10 build tweaks related to overly strict stdbool.h.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r97773 r97891  
    63126312TEMPLATE_VBOXR3EXE_TOOL                = GXX3PLAIN
    63136313TEMPLATE_VBOXR3EXE_DEFS               += LIBICONV_PLUG _REENTRANT # Avoid the GNU libiconv, for now at least.
    6314 TEMPLATE_VBOXR3EXE_LIBS                = rt socket
     6314  if $(VBOX_GCC_VERSION_CC) < 30500
     6315TEMPLATE_VBOXR3EXE_CFLAGS             += -std=gnu99
     6316  endif
     6317TEMPLATE_VBOXR3EXE_LIBS                = rt socket
    63156318 else
    63166319$(warning Warning: VBOX Build: Target $(KBUILD_TARGET) is not officially supported!)
  • trunk/src/libs/softfloat-3e/source/include/softfloat.h

    r97234 r97891  
    4848
    4949#include <iprt/cdefs.h>
     50#ifndef __cplusplus
    5051#include <stdbool.h>
     52#endif
    5153#include <stdint.h>
    5254#include "softfloat_types.h"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette