Merge branch 'master' into powerpc

This commit is contained in:
Joel Dice 2009-03-07 16:40:23 -07:00
commit ea4764c924
3 changed files with 5 additions and 5 deletions

View File

@ -136,8 +136,8 @@ ifeq ($(platform),windows)
objcopy = i586-mingw32msvc-objcopy
strip = i586-mingw32msvc-strip
else
build-cflags = $(common-cflags) \
"-I$(JAVA_HOME)/include/win32" -I$(src) -mthreads
common-cflags += "-I$(JAVA_HOME)/include/win32"
build-cflags = $(common-cflags) -I$(src) -mthreads
ifeq ($(build-platform),cygwin)
build-lflags += -mno-cygwin
build-cflags += -mno-cygwin

View File

@ -80,7 +80,7 @@ LOCAL(test):
#elif defined __i386__
# if defined __APPLE__ || defined __MINGW32__
# if defined __APPLE__ || defined __MINGW32__ || defined __CYGWIN32__
.globl _vmInvoke
_vmInvoke:
# else

View File

@ -122,7 +122,7 @@ vmJump:
#elif defined __i386__
# if defined __APPLE__ || defined __MINGW32__
# if defined __APPLE__ || defined __MINGW32__ || defined __CYGWIN32__
.globl _vmNativeCall
_vmNativeCall:
# else
@ -199,7 +199,7 @@ LOCAL(exit):
popl %ebp
ret
# if defined __APPLE__ || defined __MINGW32__
# if defined __APPLE__ || defined __MINGW32__ || defined __CYGWIN32__
.globl _vmJump
_vmJump:
# else