Changeset 28988 in vbox
- Timestamp:
- May 3, 2010 9:14:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r28896 r28988 2946 2946 TEMPLATE_VBOXR3NPEXE_EXTENDS = VBOXR3EXE 2947 2947 ifneq ($(KBUILD_TARGET),win) # (only gcc) 2948 TEMPLATE_VBOXR3NPEXE_TOOL 2949 TEMPLATE_VBOXR3NPEXE_CXXFLAGS 2950 TEMPLATE_VBOXR3NPEXE_CFLAGS 2948 TEMPLATE_VBOXR3NPEXE_TOOL = $(VBOX_GCC_TOOL) 2949 TEMPLATE_VBOXR3NPEXE_CXXFLAGS = $(filter-out -pedantic -Wshadow,$(TEMPLATE_VBOXR3EXE_CXXFLAGS)) -Wno-sign-compare 2950 TEMPLATE_VBOXR3NPEXE_CFLAGS = $(filter-out -pedantic -Wshadow -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations,$(TEMPLATE_VBOXR3EXE_CFLAGS)) -Wno-sign-compare 2951 2951 endif 2952 2952 … … 2954 2954 # 2955 2955 # Template for building bad C/C++ style R3 shared libraries / Dlls (no -pedantic). 2956 # This is mostly identical to the VBOXR3NPEXE template.2956 # (Same transformation as for VBOXR3NPEXE.) 2957 2957 # 2958 2958 TEMPLATE_VBOXR3NP= VBox Ring 3 Non-pedantic 2959 if 1 2960 TEMPLATE_VBOXR3NP_EXTENDS = VBOXR3 2961 ifneq ($(KBUILD_TARGET),win) # (only gcc) 2962 TEMPLATE_VBOXR3NP_TOOL = $(VBOX_GCC_TOOL) 2963 TEMPLATE_VBOXR3NP_CXXFLAGS = $(filter-out -pedantic -Wshadow,$(TEMPLATE_VBOXR3_CXXFLAGS)) -Wno-sign-compare 2964 TEMPLATE_VBOXR3NP_CFLAGS = $(filter-out -pedantic -Wshadow -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations,$(TEMPLATE_VBOXR3_CFLAGS)) -Wno-sign-compare 2965 endif 2966 else #old, wrong LDFLAGS.darwin 2959 2967 TEMPLATE_VBOXR3NP_EXTENDS = VBOXR3NPEXE 2960 2968 TEMPLATE_VBOXR3NP_LDFLAGS.l4 = \ … … 2971 2979 endif 2972 2980 endif 2981 endif # old 2973 2982 2974 2983
Note:
See TracChangeset
for help on using the changeset viewer.