Changeset 98136 in vbox
- Timestamp:
- Jan 19, 2023 12:19:00 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155306
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r98135 r98136 6356 6356 TEMPLATE_VBoxR3DllBase_LDFLAGS = $(TEMPLATE_VBoxR3Exe_LDFLAGS) -fPIC 6357 6357 endif 6358 ifeq ($(KBUILD_TARGET),haiku)6359 # Haiku uses PIC by default... ## @todo r=bird This looks like total nonsense.6360 TEMPLATE_VBoxR3DllBase_CFLAGS = $(TEMPLATE_VBoxR3Exe_CFLAGS) -fno-pic6361 TEMPLATE_VBoxR3DllBase_CXXFLAGS = $(TEMPLATE_VBoxR3Exe_CXXFLAGS) -fno-pic6362 TEMPLATE_VBoxR3DllBase_PCHFLAGS = $(TEMPLATE_VBoxR3Exe_PCHFLAGS) -fno-pic6363 TEMPLATE_VBoxR3DllBase_LDFLAGS = $(TEMPLATE_VBoxR3Exe_LDFLAGS) -fno-pic6364 endif6365 6358 6366 6359 #
Note:
See TracChangeset
for help on using the changeset viewer.