Changeset 29387 in vbox
- Timestamp:
- May 11, 2010 6:08:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r29383 r29387 2480 2480 -fno-reorder-blocks -ffreestanding -fno-asynchronous-unwind-tables -funit-at-a-time \ 2481 2481 -Wno-sign-compare -Wdeclaration-after-statement 2482 TEMPLATE_VBOXR0DRV_CXXFLAGS = $(filter-out -Wstrict-prototypes -Wno-pointer-sign -ffreestanding -Wdeclaration-after-statement ,$(TEMPLATE_VBOXR0DRV_CFLAGS) $(TEMPLATE_VBOXR0DRV_CFLAGS.$(KBUILD_TARGET_ARCH))) -fno-exceptions -fno-rtti2482 TEMPLATE_VBOXR0DRV_CXXFLAGS = $(filter-out -Wstrict-prototypes -Wno-pointer-sign -ffreestanding -Wdeclaration-after-statement -Werror-implicit-function-declaration,$(TEMPLATE_VBOXR0DRV_CFLAGS) $(TEMPLATE_VBOXR0DRV_CFLAGS.$(KBUILD_TARGET_ARCH))) -fno-exceptions -fno-rtti 2483 2483 ifndef VBOX_LINUX_VERSION_2_4 2484 2484 # 2.6 … … 3174 3174 3175 3175 TEMPLATE_VBOXMAINEXE_TOOL = $(VBOX_GCC_TOOL) 3176 ## @todo Why isn't this template using VBOX_GCC_PEDANTIC_CXX and VBOX_GCC_PEDANTIC_C? 3176 if 1 ## @todo Why isn't this template using VBOX_GCC_PEDANTIC_CXX? 3177 TEMPLATE_VBOXMAINEXE_CXXFLAGS = -g -pipe \ 3178 $(VBOX_GCC_PEDANTIC_CXX) $(VBOX_GCC_Wno-variadic-macros) -Wno-long-long -Wno-non-virtual-dtor -Wshadow \ 3179 -fshort-wchar -fpermissive -fexceptions -frtti $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing \ 3180 $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) 3181 else 3177 3182 TEMPLATE_VBOXMAINEXE_CXXFLAGS = -g -pipe \ 3178 3183 $(VBOX_GCC_WARN) -Wno-long-long -Wno-non-virtual-dtor -Wshadow \ 3179 3184 -fshort-wchar -fpermissive -fexceptions -frtti $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing \ 3180 3185 $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) 3186 endif 3181 3187 TEMPLATE_VBOXMAINEXE_CXXFLAGS.x86 = -m32 3182 3188 TEMPLATE_VBOXMAINEXE_CXXFLAGS.amd64 = -m64 3183 3189 TEMPLATE_VBOXMAINEXE_CXXFLAGS.kprofile = -finstrument-functions 3184 TEMPLATE_VBOXMAINEXE_CFLAGS = -g -pipe \ 3185 $(VBOX_GCC_WARN) -Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Werror-implicit-function-declaration -Wshadow \ 3190 TEMPLATE_VBOXMAINEXE_CFLAGS = -g -pipe $(VBOX_GCC_PEDANTIC_C) \ 3186 3191 $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing $(VBOX_GCC_fvisibility-hidden) 3187 3192 TEMPLATE_VBOXMAINEXE_CFLAGS.x86 = -m32
Note:
See TracChangeset
for help on using the changeset viewer.