changeset in /hg/icedtea: 2008-02-15 Gary Benson <gbenson at redh...
Gary Benson
gbenson at redhat.com
Fri Feb 15 01:58:35 PST 2008
changeset 0b65210cb1f3 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=0b65210cb1f3
description:
2008-02-15 Gary Benson <gbenson at redhat.com>
* ports/hotspot/build/linux/makefiles/arm.make: New file.
* ports/hotspot/build/linux/makefiles/ia64.make: Likewise.
* ports/hotspot/build/linux/makefiles/s390.make: Likewise.
* ports/hotspot/build/linux/makefiles/s390x.make: Likewise.
* ports/hotspot/build/linux/platform_arm: Likewise.
* ports/hotspot/build/linux/platform_ia64: Likewise.
* ports/hotspot/build/linux/platform_s390: Likewise.
* ports/hotspot/build/linux/platform_s390x: Likewise.
diffstat:
9 files changed, 227 insertions(+)
ChangeLog | 11 ++++++
ports/hotspot/build/linux/makefiles/arm.make | 37 ++++++++++++++++++++++
ports/hotspot/build/linux/makefiles/ia64.make | 40 ++++++++++++++++++++++++
ports/hotspot/build/linux/makefiles/s390.make | 34 ++++++++++++++++++++
ports/hotspot/build/linux/makefiles/s390x.make | 37 ++++++++++++++++++++++
ports/hotspot/build/linux/platform_arm | 17 ++++++++++
ports/hotspot/build/linux/platform_ia64 | 17 ++++++++++
ports/hotspot/build/linux/platform_s390 | 17 ++++++++++
ports/hotspot/build/linux/platform_s390x | 17 ++++++++++
diffs (266 lines):
diff -r ee668d943e13 -r 0b65210cb1f3 ChangeLog
--- a/ChangeLog Thu Feb 14 10:24:53 2008 -0500
+++ b/ChangeLog Fri Feb 15 04:24:25 2008 -0500
@@ -1,3 +1,14 @@ 2008-02-14 Gary Benson <gbenson at redhat
+2008-02-15 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/build/linux/makefiles/arm.make: New file.
+ * ports/hotspot/build/linux/makefiles/ia64.make: Likewise.
+ * ports/hotspot/build/linux/makefiles/s390.make: Likewise.
+ * ports/hotspot/build/linux/makefiles/s390x.make: Likewise.
+ * ports/hotspot/build/linux/platform_arm: Likewise.
+ * ports/hotspot/build/linux/platform_ia64: Likewise.
+ * ports/hotspot/build/linux/platform_s390: Likewise.
+ * ports/hotspot/build/linux/platform_s390x: Likewise.
+
2008-02-14 Gary Benson <gbenson at redhat.com>
* patches/icedtea-always-zero.patch: New file.
diff -r ee668d943e13 -r 0b65210cb1f3 ports/hotspot/build/linux/makefiles/arm.make
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ports/hotspot/build/linux/makefiles/arm.make Fri Feb 15 04:24:25 2008 -0500
@@ -0,0 +1,37 @@
+#
+# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 2008 Red Hat, Inc.
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# This code is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License version 2 only, as
+# published by the Free Software Foundation.
+#
+# This code is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+# version 2 for more details (a copy is included in the LICENSE file that
+# accompanied this code).
+#
+# You should have received a copy of the GNU General Public License version
+# 2 along with this work; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
+# CA 95054 USA or visit www.sun.com if you need additional information or
+# have any questions.
+#
+#
+
+# Not included in includeDB because it has no dependencies
+Obj_Files += linux_arm.o
+
+# The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized
+OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
+# The copied fdlibm routines in sharedRuntimeTrans.o must not be optimized
+OPT_CFLAGS/sharedRuntimeTrans.o = $(OPT_CFLAGS/NOOPT)
+
+# Specify that the CPU is little endian
+CFLAGS += -DVM_LITTLE_ENDIAN
+
+OPT_CFLAGS/compactingPermGenGen.o = -O1
diff -r ee668d943e13 -r 0b65210cb1f3 ports/hotspot/build/linux/makefiles/ia64.make
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ports/hotspot/build/linux/makefiles/ia64.make Fri Feb 15 04:24:25 2008 -0500
@@ -0,0 +1,40 @@
+#
+# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 2008 Red Hat, Inc.
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# This code is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License version 2 only, as
+# published by the Free Software Foundation.
+#
+# This code is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+# version 2 for more details (a copy is included in the LICENSE file that
+# accompanied this code).
+#
+# You should have received a copy of the GNU General Public License version
+# 2 along with this work; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
+# CA 95054 USA or visit www.sun.com if you need additional information or
+# have any questions.
+#
+#
+
+# Not included in includeDB because it has no dependencies
+Obj_Files += linux_ia64.o
+
+# The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized
+OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
+# The copied fdlibm routines in sharedRuntimeTrans.o must not be optimized
+OPT_CFLAGS/sharedRuntimeTrans.o = $(OPT_CFLAGS/NOOPT)
+
+# Specify that the CPU is little endian
+CFLAGS += -DVM_LITTLE_ENDIAN
+
+# Specify that the CPU is 64 bit
+CFLAGS += -D_LP64=1
+
+OPT_CFLAGS/compactingPermGenGen.o = -O1
diff -r ee668d943e13 -r 0b65210cb1f3 ports/hotspot/build/linux/makefiles/s390.make
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ports/hotspot/build/linux/makefiles/s390.make Fri Feb 15 04:24:25 2008 -0500
@@ -0,0 +1,34 @@
+#
+# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 2008 Red Hat, Inc.
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# This code is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License version 2 only, as
+# published by the Free Software Foundation.
+#
+# This code is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+# version 2 for more details (a copy is included in the LICENSE file that
+# accompanied this code).
+#
+# You should have received a copy of the GNU General Public License version
+# 2 along with this work; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
+# CA 95054 USA or visit www.sun.com if you need additional information or
+# have any questions.
+#
+#
+
+# Not included in includeDB because it has no dependencies
+Obj_Files += linux_s390.o
+
+# The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized
+OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
+# The copied fdlibm routines in sharedRuntimeTrans.o must not be optimized
+OPT_CFLAGS/sharedRuntimeTrans.o = $(OPT_CFLAGS/NOOPT)
+
+OPT_CFLAGS/compactingPermGenGen.o = -O1
diff -r ee668d943e13 -r 0b65210cb1f3 ports/hotspot/build/linux/makefiles/s390x.make
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ports/hotspot/build/linux/makefiles/s390x.make Fri Feb 15 04:24:25 2008 -0500
@@ -0,0 +1,37 @@
+#
+# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 2008 Red Hat, Inc.
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# This code is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License version 2 only, as
+# published by the Free Software Foundation.
+#
+# This code is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+# version 2 for more details (a copy is included in the LICENSE file that
+# accompanied this code).
+#
+# You should have received a copy of the GNU General Public License version
+# 2 along with this work; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
+# CA 95054 USA or visit www.sun.com if you need additional information or
+# have any questions.
+#
+#
+
+# Not included in includeDB because it has no dependencies
+Obj_Files += linux_s390x.o
+
+# The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized
+OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT)
+# The copied fdlibm routines in sharedRuntimeTrans.o must not be optimized
+OPT_CFLAGS/sharedRuntimeTrans.o = $(OPT_CFLAGS/NOOPT)
+
+# Specify that the CPU is 64 bit
+CFLAGS += -D_LP64=1
+
+OPT_CFLAGS/compactingPermGenGen.o = -O1
diff -r ee668d943e13 -r 0b65210cb1f3 ports/hotspot/build/linux/platform_arm
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ports/hotspot/build/linux/platform_arm Fri Feb 15 04:24:25 2008 -0500
@@ -0,0 +1,17 @@
+os_family = linux
+
+arch = zero
+
+arch_model = zero
+
+os_arch = linux_zero
+
+os_arch_model = linux_zero
+
+lib_arch = arm
+
+compiler = gcc
+
+gnu_dis_arch = arm
+
+sysdefs = -DLINUX -D_GNU_SOURCE -DARM -DCC_INTERP -DZERO
diff -r ee668d943e13 -r 0b65210cb1f3 ports/hotspot/build/linux/platform_ia64
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ports/hotspot/build/linux/platform_ia64 Fri Feb 15 04:24:25 2008 -0500
@@ -0,0 +1,17 @@
+os_family = linux
+
+arch = zero
+
+arch_model = zero
+
+os_arch = linux_zero
+
+os_arch_model = linux_zero
+
+lib_arch = ia64
+
+compiler = gcc
+
+gnu_dis_arch = ia64
+
+sysdefs = -DLINUX -D_GNU_SOURCE -DIA64 -DCC_INTERP -DZERO
diff -r ee668d943e13 -r 0b65210cb1f3 ports/hotspot/build/linux/platform_s390
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ports/hotspot/build/linux/platform_s390 Fri Feb 15 04:24:25 2008 -0500
@@ -0,0 +1,17 @@
+os_family = linux
+
+arch = zero
+
+arch_model = zero
+
+os_arch = linux_zero
+
+os_arch_model = linux_zero
+
+lib_arch = s390
+
+compiler = gcc
+
+gnu_dis_arch = s390
+
+sysdefs = -DLINUX -D_GNU_SOURCE -DS390 -DCC_INTERP -DZERO
diff -r ee668d943e13 -r 0b65210cb1f3 ports/hotspot/build/linux/platform_s390x
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ports/hotspot/build/linux/platform_s390x Fri Feb 15 04:24:25 2008 -0500
@@ -0,0 +1,17 @@
+os_family = linux
+
+arch = zero
+
+arch_model = zero
+
+os_arch = linux_zero
+
+os_arch_model = linux_zero
+
+lib_arch = s390
+
+compiler = gcc
+
+gnu_dis_arch = s390
+
+sysdefs = -DLINUX -D_GNU_SOURCE -DS390 -DCC_INTERP -DZERO
More information about the distro-pkg-dev
mailing list