--- old/make/common/NativeCompilation.gmk 2016-01-20 11:43:46.077321634 +0100 +++ new/make/common/NativeCompilation.gmk 2016-01-20 11:43:45.913321625 +0100 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -700,7 +700,7 @@ # symbol files to avoid unnecessary relinking on rebuild. $1_CREATE_DEBUGINFO_CMDS := $(TOUCH) $$($1_TARGET) - else ifneq ($(findstring $(OPENJDK_TARGET_OS), linux solaris), ) + else ifneq ($(findstring $(OPENJDK_TARGET_OS), linux solaris bsd), ) $1_DEBUGINFO_FILES := $$($1_OBJECT_DIR)/$$($1_NOSUFFIX).debuginfo # Setup the command line creating debuginfo files, to be run after linking. # It cannot be run separately since it updates the original target file