comparison make/solaris/makefiles/optimized.make @ 21626:ca3c6538bcec

JVMCI update makefiles for Solaris/SPARC; os::read at early stage of VM does not work, use ::read as fallback in JVMCIRuntime::parse_lines (JBS:GRAAL-54)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 01 Jun 2015 14:17:05 +0200
parents be896a1983c0
children 06d12473ed61
comparison
equal deleted inserted replaced
21625:0a203897b112 21626:ca3c6538bcec
53 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE) 53 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
54 54
55 # Linker mapfiles 55 # Linker mapfiles
56 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers 56 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
57 #ifdef JVMCI 57 #ifdef JVMCI
58 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI 58 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-optimized
59 #endif 59 #endif
60 60
61 # This mapfile is only needed when compiling with dtrace support, 61 # This mapfile is only needed when compiling with dtrace support,
62 # and mustn't be otherwise. 62 # and mustn't be otherwise.
63 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 63 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)