make/aix/makefiles/vm.make

changeset 9637
eef07cd490d4
parent 9448
73d689add964
parent 9634
d1520f0c3524
child 9852
70aa912cebe5
     1.1 --- a/make/aix/makefiles/vm.make	Wed Jul 03 20:04:13 2019 +0800
     1.2 +++ b/make/aix/makefiles/vm.make	Wed Jul 03 20:42:37 2019 +0800
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
     1.7  # Copyright 2012, 2013 SAP AG. All rights reserved.
     1.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9  #
    1.10 @@ -101,7 +101,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