Changeset 9561 in vbox
- Timestamp:
- Jun 10, 2008 9:14:37 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/recompiler/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r9399 r9561 199 199 $(REM_MOD)_LDFLAGS.debug = -g 200 200 $(REM_MOD)_LDFLAGS.solaris = -mimpure-text 201 $(REM_MOD)_DEFS.solaris += HOST_SOLARIS=11 201 ifdef VBOX_SOLARIS_10 202 $(REM_MOD)_DEFS.solaris += HOST_SOLARIS=10 203 else # solaris 11 204 $(REM_MOD)_DEFS.solaris += HOST_SOLARIS=11 205 endif 202 206 ifeq ($(KBUILD_TARGET_ARCH),amd64) 203 207 $(REM_MOD)_LIBS = $(FILE_TOOL_GCC3_LIBGCC)
Note:
See TracChangeset
for help on using the changeset viewer.

