comparison make/bsd/makefiles/fastdebug.make @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 737151a29a1f 19682558f2e1
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14141:f97c5ec83832 14518:d8041d695d19
55 # Set the environment variable HOTSPARC_GENERIC to "true" 55 # Set the environment variable HOTSPARC_GENERIC to "true"
56 # to inhibit the effect of the previous line on CFLAGS. 56 # to inhibit the effect of the previous line on CFLAGS.
57 57
58 # Linker mapfile 58 # Linker mapfile
59 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug 59 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug
60 ifeq ($(OS_VENDOR), Darwin)
61 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-darwin-debug
62 endif
60 63
61 VERSION = fastdebug 64 VERSION = fastdebug
62 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS 65 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
63 PICFLAGS = DEFAULT 66 PICFLAGS = DEFAULT