VirtualBox

Changeset 25784 in vbox


Ignore:
Timestamp:
Jan 12, 2010 5:52:36 PM (15 years ago)
Author:
vboxsync
Message:

xpcom/Makefile.kmk: trying to clean up XPCOMBLDPROG...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r25767 r25784  
    223223        $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \
    224224        $(VBOX_PATH_SDK)/bindings/xpcom/include/ipcd
    225 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.amd64)
    226  TEMPLATE_XPCOMBLDPROG_CFLAGS             = $(filter-out -pedantic,$(TEMPLATE_BLDPROG_CFLAGS))
    227  TEMPLATE_XPCOMBLDPROG_CXXFLAGS           = $(filter-out -pedantic,$(TEMPLATE_BLDPROG_CXXFLAGS))
     225if 1 # if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.amd64)
     226 TEMPLATE_XPCOMBLDPROG_CFLAGS             = $(filter-out -pedantic -Wshadow,$(TEMPLATE_BLDPROG_CFLAGS)) -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
    228227 TEMPLATE_XPCOMBLDPROG_CXXFLAGS.darwin    = $(TEMPLATE_BLDPROG_CXXFLAGS.darwin)     -fpascal-strings -fshort-wchar -fno-common -fno-rtti
    229  ## @todo ???: TEMPLATE_XPCOMBLDPROG_CFLAGS.darwin      = $(TEMPLATE_BLDPROG_CFLAGS.darwin)       -fpascal-strings -fshort-wchar -fno-common -fno-rtti
     228 TEMPLATE_XPCOMBLDPROG_CXXFLAGS.solaris   = $(TEMPLATE_BLDPROG_CXXFLAGS.solaris)    -fno-omit-frame-pointer # for now anyway.
    230229 TEMPLATE_XPCOMBLDPROG_LDFLAGS.darwin     = $(TEMPLATE_BLDPROG_LDFLAGS.darwin)      -fpascal-strings -fshort-wchar -fno-rtti -fno-exceptions
    231230
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