VirtualBox

Changeset 6585 in vbox for trunk


Ignore:
Timestamp:
Jan 30, 2008 6:49:38 AM (17 years ago)
Author:
vboxsync
Message:

Avoid gxx_personality_v0 for vboxutils-new.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r6584 r6585  
    27292729ifn1of ($(BUILD_TARGET), os2 win)
    27302730 TEMPLATE_VBOXGUESTR3DLL_DEFS       = $(TEMPLATE_VBOXGUESTR3EXE_DEFS) PIC
    2731  TEMPLATE_VBOXGUESTR3DLL_CFLAGS     = $(TEMPLATE_VBOXGUESTR3EXE_CFLAGS) -fPIC
     2731 TEMPLATE_VBOXGUESTR3DLL_CFLAGS     = $(TEMPLATE_VBOXGUESTR3EXE_CFLAGS) -fPIC -fno-exceptions
    27322732 TEMPLATE_VBOXGUESTR3DLL_CXXFLAGS   = $(TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS) -fPIC
    27332733 TEMPLATE_VBOXGUESTR3DLL_LDFLAGS    = $(TEMPLATE_VBOXGUESTR3EXE_LDFLAGS) -fPIC
     
    27422742if1of ($(BUILD_TARGET),solaris)
    27432743 TEMPLATE_VBOXGUESTR3LIB_DEFS       = $(TEMPLATE_VBOXGUESTR3EXE_DEFS) PIC
    2744  TEMPLATE_VBOXGUESTR3LIB_CFLAGS     = $(TEMPLATE_VBOXGUESTR3EXE_CFLAGS) -fPIC
     2744 TEMPLATE_VBOXGUESTR3LIB_CFLAGS     = $(TEMPLATE_VBOXGUESTR3EXE_CFLAGS) -fPIC -fno-exceptions
    27452745 TEMPLATE_VBOXGUESTR3LIB_CXXFLAGS   = $(TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS) -fPIC
    27462746endif
  • trunk/src/VBox/Additions/x11/xgraphics/vboxutils-new.c

    r6583 r6585  
    841841}
    842842
    843 /* Make our C++ libraries happy. */
    844 /** @todo r=bird: This can be eliminated by -fno-exceptions. We just need to fix
    845  * the templates...  */
    846 extern int __gxx_personality_v0;
    847 int __gxx_personality_v0 = 0xdeadbeef;
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