VirtualBox

Changeset 99892 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
May 22, 2023 11:20:19 AM (21 months ago)
Author:
vboxsync
Message:

Add/Vbgl: Workaround for gcc 13.1.1 and -ffreestanding BoxGuestR3LibRuntimeXF86.cpp. [correction]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibRuntimeXF86.cpp

    r99876 r99892  
    4747extern "C" {
    4848# define XFree86LOADER
    49 # ifdef RT_GNUC_PREREQ(13,0) /* cmath gets dragged in and the c++/13/cmath header is allergic to -ffreestanding.  */
     49# if RT_GNUC_PREREQ(13,0) /* cmath gets dragged in and the c++/13/cmath header is allergic to -ffreestanding.  */
    5050#  define _GLIBCXX_INCLUDE_NEXT_C_HEADERS
    5151# endif
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