Changeset 4619 in vbox
- Timestamp:
- Sep 8, 2007 12:28:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r4618 r4619 1257 1257 TEMPLATE_VBOXGC_LDFLAGS.release = $(if $(VBOX_DO_STRIP_MODULES),-S,) 1258 1258 endif 1259 ifneq ($(filter solaris freebsd,$(BUILD_TARGET)),)1259 ifneq ($(filter-out solaris freebsd,$(BUILD_TARGET)),) 1260 1260 TEMPLATE_VBOXGC_LIBS = \ 1261 1261 $(VBOX_GCC32_LIBGCC) # instricts … … 1361 1361 endif 1362 1362 1363 ifneq ($(filter solaris freebsd,$(BUILD_TARGET)),)1363 ifneq ($(filter-out solaris freebsd,$(BUILD_TARGET)),) 1364 1364 TEMPLATE_VBOXR0_LIBS = \ 1365 1365 $(VBOX_GCC_LIBGCC) # instricts
Note:
See TracChangeset
for help on using the changeset viewer.