common/autoconf/spec.gmk.in

changeset 2316
64a3eeabf6e5
parent 2236
19e8754f5415
parent 2165
381d14ae2867
child 2318
44110240e002
equal deleted inserted replaced
2315:4d3fefdd2f98 2316:64a3eeabf6e5
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 # 20 #
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 # or visit www.oracle.com if you need additional information or have any 22 # or visit www.oracle.com if you need additional information or have any
23 # questions. 23 # questions.
24 #
25
26 #
27 # This file has been modified by Loongson Technology in 2018. These
28 # modifications are Copyright (c) 2018 Loongson Technology, and are made
29 # available on the same license terms set forth above.
24 # 30 #
25 31
26 # Configured @DATE_WHEN_CONFIGURED@ to build 32 # Configured @DATE_WHEN_CONFIGURED@ to build
27 # for target system @OPENJDK_TARGET_OS@-@OPENJDK_TARGET_CPU@ 33 # for target system @OPENJDK_TARGET_OS@-@OPENJDK_TARGET_CPU@
28 # (called @OPENJDK_TARGET_AUTOCONF_NAME@ by autoconf) 34 # (called @OPENJDK_TARGET_AUTOCONF_NAME@ by autoconf)
186 FULL_VERSION=$(RELEASE)-$(USER_RELEASE_SUFFIX)-$(JDK_BUILD_NUMBER) 192 FULL_VERSION=$(RELEASE)-$(USER_RELEASE_SUFFIX)-$(JDK_BUILD_NUMBER)
187 else 193 else
188 FULL_VERSION=$(RELEASE)-$(JDK_BUILD_NUMBER) 194 FULL_VERSION=$(RELEASE)-$(JDK_BUILD_NUMBER)
189 endif 195 endif
190 JRE_RELEASE_VERSION:=$(FULL_VERSION) 196 JRE_RELEASE_VERSION:=$(FULL_VERSION)
197
198 # Build OS and host values for use in Loongson OpenJDK release
199 BUILDER_ID:=@BUILDER_ID@
200 BUILDER_NAME:=@BUILDER_NAME@
201 HOST_NAME:=@HOST_NAME@
202
203 # Loongson OpenJDK Version info
204 VER=8.1
205 ifeq ($(HOST_NAME), )
206 HOST_NAME=unknown
207 endif
208 ifeq ($(BUILDER_NAME), )
209 BUILDER_NAME=unknown
210 endif
211 HOST_NAME_STRING=-$(HOST_NAME)
212 BUILDER_NAME_STRING=-$(BUILDER_NAME)
213 LOONGSON_RUNTIME_NAME=Loongson $(VER)$(HOST_NAME_STRING)$(BUILDER_NAME_STRING)
191 214
192 # How to compile the code: release, fastdebug or slowdebug 215 # How to compile the code: release, fastdebug or slowdebug
193 DEBUG_LEVEL:=@DEBUG_LEVEL@ 216 DEBUG_LEVEL:=@DEBUG_LEVEL@
194 217
195 # This is the JDK variant to build. 218 # This is the JDK variant to build.

mercurial