make/linux/makefiles/vm.make

changeset 9637
eef07cd490d4
parent 9448
73d689add964
parent 9634
d1520f0c3524
child 9852
70aa912cebe5
     1.1 --- a/make/linux/makefiles/vm.make	Wed Jul 03 20:04:13 2019 +0800
     1.2 +++ b/make/linux/makefiles/vm.make	Wed Jul 03 20:42:37 2019 +0800
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -121,7 +121,8 @@
    1.11    LOONGSON_VM_INFO = -DLOONGSON_RUNTIME_NAME="\"\""
    1.12  endif
    1.13  CXXFLAGS/vmError.o += ${LOONGSON_VM_INFO}
    1.14 -CXXFLAGS/vm_version.o += ${JRE_VERSION}
    1.15 +CXXFLAGS/vm_version.o += ${JRE_VERSION} ${VERSION_CFLAGS}
    1.16 +CXXFLAGS/arguments.o += ${VERSION_CFLAGS}
    1.17  
    1.18  CXXFLAGS/BYFILE = $(CXXFLAGS/$@)
    1.19  

mercurial