- Timestamp:
- Oct 15, 2007 10:10:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r4552 r5306 33 33 34 34 35 # todo this is a BUILD_PLATFORM binary, to a target binary!36 35 BLDPROGS = dyngen 37 36 ifeq ($(BUILD_TARGET_ARCH),amd64) … … 63 62 ifeq ($(BUILD_TARGET_ARCH),amd64) 64 63 REM_USE_NOCRT := 1 65 endif66 67 #68 # We need to figure out the solaris version.69 #70 ifeq ($(BUILD_TARGET),solaris)71 ifndef HOST_SOLARIS72 HOST_SOLARIS = $(shell uname -r | cut -f2 -d.)73 ifneq ($(HOST_SOLARIS),11)74 $(error Solaris $(HOST_SOLARIS) not compatible. Check src/recompiler/fpu/softfloat-native.h for details)75 endif76 endif77 64 endif 78 65 … … 206 193 $(REM_MOD)_LDFLAGS.debug = -g 207 194 $(REM_MOD)_LDFLAGS.solaris = -mimpure-text 208 $(REM_MOD)_DEFS.solaris += HOST_SOLARIS= $(HOST_SOLARIS)195 $(REM_MOD)_DEFS.solaris += HOST_SOLARIS=11 209 196 ifeq ($(BUILD_TARGET_ARCH),amd64) 210 197 $(REM_MOD)_LIBS = $(FILE_TOOL_GCC3_LIBGCC) … … 237 224 target-i386/helper.c_CFLAGS.x86 = -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-gcse 238 225 cpu-exec.c_CFLAGS.x86 = -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-gcse 226 cpu-exec.c_CFLAGS.solaris.amd64 = -O2 -fomit-frame-pointer -fno-strict-aliasing 239 227 240 228 … … 470 458 op.S: $(PATH_$(REM_MOD))/op.S 471 459 472
Note:
See TracChangeset
for help on using the changeset viewer.