make/linux/makefiles/vm.make

changeset 9634
d1520f0c3524
parent 9357
0ef29304c2b4
child 9637
eef07cd490d4
child 9819
cd47e690607d
child 9858
b985cbb00e68
     1.1 --- a/make/linux/makefiles/vm.make	Mon Mar 18 08:33:53 2019 +0100
     1.2 +++ b/make/linux/makefiles/vm.make	Fri Mar 29 15:03:32 2019 +0000
     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 @@ -102,7 +102,8 @@
    1.11  # This is VERY important! The version define must only be supplied to vm_version.o
    1.12  # If not, ccache will not re-use the cache at all, since the version string might contain
    1.13  # a time and date.
    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