Changeset 77404 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Feb 20, 2019 7:57:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r77403 r77404 152 152 $(VBOXGUEST_DIR)r0drv/linux 153 153 154 ifeq ($(KERN_VERSION),24)155 VBOXMOD_CFLAGS =156 else 157 VBOXMOD_CFLAGS = -Wno-declaration-after-statement -include $(VBOXGUEST_DIR)include/VBox/VBoxGuestMangling.h -fno-pie154 VBOXMOD_CFLAGS := $(call VBOX_GCC_CHECK_CC,-Wno-declaration-after-statement,-Wno-declaration-after-statement,,) 155 VBOXMOD_CFLAGS += $(call VBOX_GCC_CHECK_CC,-fno-pie,-fno-pie,,) 156 ifneq ($(KERN_VERSION),24) 157 VBOXMOD_CFLAGS += -include $(VBOXGUEST_DIR)include/VBox/VBoxGuestMangling.h 158 158 endif 159 159
Note:
See TracChangeset
for help on using the changeset viewer.