comparison make/bsd/makefiles/debug.make @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 19682558f2e1
children
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
34 # Set the environment variable HOTSPARC_GENERIC to "true" 34 # Set the environment variable HOTSPARC_GENERIC to "true"
35 # to inhibit the effect of the previous line on CFLAGS. 35 # to inhibit the effect of the previous line on CFLAGS.
36 36
37 # Linker mapfile 37 # Linker mapfile
38 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug 38 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug
39 ifeq ($(OS_VENDOR), Darwin)
40 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-darwin-debug
41 endif
42 39
43 VERSION = debug 40 VERSION = debug
44 SYSDEFS += -DASSERT 41 SYSDEFS += -DASSERT
45 PICFLAGS = DEFAULT 42 PICFLAGS = DEFAULT