aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openjdk/openjdk-6-6b18-1.8/thumbee.patch
blob: e436f8d34103a04e89d66ca93cae6c2a8b9dd3c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: icedtea6-1.8/ports/hotspot/make/linux/makefiles/zeroshark.make
===================================================================
--- icedtea6-1.8.orig/ports/hotspot/make/linux/makefiles/zeroshark.make	2010-06-18 12:42:36.000000000 +0200
+++ icedtea6-1.8/ports/hotspot/make/linux/makefiles/zeroshark.make	2010-06-18 12:46:55.264667548 +0200
@@ -31,8 +31,8 @@
 Obj_Files += cppInterpreter_arm.o
 Obj_Files += thumb2.o
 
-CFLAGS += -DHOTSPOT_ASM
-CCFLAGS += -DHOTSPOT_ASM
+CFLAGS += -DHOTSPOT_ASM -DTHUMB2EE
+CCFLAGS += -DHOTSPOT_ASM -DTHUMB2EE
 
 ifeq ($(CROSS_COMPILATION, true)
   C_COMPILE_FOR_MKBC = $(CC_FOR_BUILD)