[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r9445 - in /libdfp/trunk: ChangeLog autom4te.cache/output.0 autom4te.cache/traces.0 configure configure.ac
- To: commits@xxxxxxxxxx
- Subject: [commits] r9445 - in /libdfp/trunk: ChangeLog autom4te.cache/output.0 autom4te.cache/traces.0 configure configure.ac
- From: ryanarn@xxxxxxxxxx
- Date: Thu, 10 Dec 2009 15:10:19 -0000
Author: ryanarn
Date: Thu Dec 10 07:10:18 2009
New Revision: 9445
Log:
2009-12-10 Ryan S. Arnold <rsa@xxxxxxxxxx>
* configure: Regenrated.
2009-12-10 Andreas Krebbel <Andreas.Krebbel@xxxxxxxxxx>
* configure.ac: Add -mzarch when building hw dfp on S/390.
This is needed for 31 bit which would otherwise default to
-mesa.
Modified:
libdfp/trunk/ChangeLog
libdfp/trunk/autom4te.cache/output.0
libdfp/trunk/autom4te.cache/traces.0
libdfp/trunk/configure
libdfp/trunk/configure.ac
Modified: libdfp/trunk/ChangeLog
==============================================================================
--- libdfp/trunk/ChangeLog (original)
+++ libdfp/trunk/ChangeLog Thu Dec 10 07:10:18 2009
@@ -1,3 +1,13 @@
+2009-12-10 Ryan S. Arnold <rsa@xxxxxxxxxx>
+
+ * configure: Regenrated.
+
+2009-12-10 Andreas Krebbel <Andreas.Krebbel@xxxxxxxxxx>
+
+ * configure.ac: Add -mzarch when building hw dfp on S/390.
+ This is needed for 31 bit which would otherwise default to
+ -mesa.
+
2009-12-09 Ryan S. Arnold <rsa@xxxxxxxxxx>
* configure: Regenerated.
Modified: libdfp/trunk/autom4te.cache/output.0
==============================================================================
--- libdfp/trunk/autom4te.cache/output.0 (original)
+++ libdfp/trunk/autom4te.cache/output.0 Thu Dec 10 07:10:18 2009
@@ -1501,6 +1501,7 @@
# the -mcpu=<processor> machinery.
submachine=
with_dfp=
+dfp_opts=
# Check whether --with-cpu or --without-cpu was given.
if test "${with_cpu+set}" = set; then
@@ -1524,11 +1525,13 @@
with_dfp=yes ;;
z9-ec)
submachine="$withval"
+ dfp_opts=-mzarch
{ echo "$as_me:$LINENO: configuring for the $submachine processor" >&5
echo "$as_me: configuring for the $submachine processor" >&6;}
with_dfp=yes ;;
z10)
submachine="$withval"
+ dfp_opts=-mzarch
{ echo "$as_me:$LINENO: configuring for the $submachine processor" >&5
echo "$as_me: configuring for the $submachine processor" >&6;}
with_dfp=yes ;;
@@ -1604,7 +1607,7 @@
if test -z ${CC}; then
CC=`which gcc`
fi
-CC="${CC} -m${cc_msize}"
+CC="${CC} -m${cc_msize} ${dfp_opts}"
Modified: libdfp/trunk/autom4te.cache/traces.0
==============================================================================
--- libdfp/trunk/autom4te.cache/traces.0 (original)
+++ libdfp/trunk/autom4te.cache/traces.0 Thu Dec 10 07:10:18 2009
@@ -70,38 +70,38 @@
m4trace:configure.ac:95: -1- AH_OUTPUT([_BID_BACKEND], [/* "Defined if BID is the backend designated by configure." */
#undef _BID_BACKEND])
m4trace:configure.ac:150: -1- AC_SUBST([dfp_backend])
-m4trace:configure.ac:204: -1- AC_SUBST([with_dfp])
-m4trace:configure.ac:211: -1- AC_SUBST([with_fp])
-m4trace:configure.ac:228: -1- AC_SUBST([base_machine])
-m4trace:configure.ac:229: -1- AC_SUBST([machine])
-m4trace:configure.ac:238: -1- AC_SUBST([CC])
-m4trace:configure.ac:239: -1- AC_SUBST([cc_msize])
-m4trace:configure.ac:241: -1- AC_SUBST([CFLAGS])
-m4trace:configure.ac:242: -1- AC_SUBST([ASFLAGS])
-m4trace:configure.ac:280: -1- AC_SUBST([glibc_headers])
-m4trace:configure.ac:291: -1- AC_SUBST([glibc_build])
-m4trace:configure.ac:308: -1- AC_SUBST([enable_static])
-m4trace:configure.ac:325: -1- AC_SUBST([enable_shared])
-m4trace:configure.ac:417: -1- AC_SUBST([submachine])
-m4trace:configure.ac:418: -1- AC_SUBST([submachine_opt])
-m4trace:configure.ac:484: -1- AC_SUBST([sysdep_dirs])
-m4trace:configure.ac:506: -1- AC_DEFINE_TRACE_LITERAL([ASM_GLOBAL_DIRECTIVE])
-m4trace:configure.ac:506: -1- AH_OUTPUT([ASM_GLOBAL_DIRECTIVE], [/* "Define to the name of the assembler\'s directive for declaring a symbol
+m4trace:configure.ac:207: -1- AC_SUBST([with_dfp])
+m4trace:configure.ac:214: -1- AC_SUBST([with_fp])
+m4trace:configure.ac:231: -1- AC_SUBST([base_machine])
+m4trace:configure.ac:232: -1- AC_SUBST([machine])
+m4trace:configure.ac:241: -1- AC_SUBST([CC])
+m4trace:configure.ac:242: -1- AC_SUBST([cc_msize])
+m4trace:configure.ac:244: -1- AC_SUBST([CFLAGS])
+m4trace:configure.ac:245: -1- AC_SUBST([ASFLAGS])
+m4trace:configure.ac:283: -1- AC_SUBST([glibc_headers])
+m4trace:configure.ac:294: -1- AC_SUBST([glibc_build])
+m4trace:configure.ac:311: -1- AC_SUBST([enable_static])
+m4trace:configure.ac:328: -1- AC_SUBST([enable_shared])
+m4trace:configure.ac:420: -1- AC_SUBST([submachine])
+m4trace:configure.ac:421: -1- AC_SUBST([submachine_opt])
+m4trace:configure.ac:487: -1- AC_SUBST([sysdep_dirs])
+m4trace:configure.ac:509: -1- AC_DEFINE_TRACE_LITERAL([ASM_GLOBAL_DIRECTIVE])
+m4trace:configure.ac:509: -1- AH_OUTPUT([ASM_GLOBAL_DIRECTIVE], [/* "Define to the name of the assembler\'s directive for declaring a symbol
global (default `.globl\')." */
#undef ASM_GLOBAL_DIRECTIVE])
-m4trace:configure.ac:529: -1- AC_DEFINE_TRACE_LITERAL([ASM_TYPE_DIRECTIVE_PREFIX])
-m4trace:configure.ac:529: -1- AH_OUTPUT([ASM_TYPE_DIRECTIVE_PREFIX], [/* "Define to the prefix before `object\' or `function\' in the assembler\'s
+m4trace:configure.ac:532: -1- AC_DEFINE_TRACE_LITERAL([ASM_TYPE_DIRECTIVE_PREFIX])
+m4trace:configure.ac:532: -1- AH_OUTPUT([ASM_TYPE_DIRECTIVE_PREFIX], [/* "Define to the prefix before `object\' or `function\' in the assembler\'s
`.type\' directive */
#undef ASM_TYPE_DIRECTIVE_PREFIX])
-m4trace:configure.ac:536: -1- AC_PROG_RANLIB
-m4trace:configure.ac:536: -1- AC_SUBST([RANLIB])
-m4trace:configure.ac:536: -1- AC_SUBST([ac_ct_RANLIB])
-m4trace:configure.ac:537: -1- AC_PROG_AWK
-m4trace:configure.ac:537: -1- AC_SUBST([AWK])
-m4trace:configure.ac:553: -1- AC_CONFIG_SUBDIRS([libdecnumber])
-m4trace:configure.ac:553: -1- AC_SUBST([subdirs], ["$subdirs libdecnumber"])
-m4trace:configure.ac:555: -1- AC_CONFIG_SUBDIRS([libbid])
-m4trace:configure.ac:555: -1- AC_SUBST([subdirs], ["$subdirs libbid"])
-m4trace:configure.ac:561: -1- AC_CONFIG_FILES([Makefile])
-m4trace:configure.ac:563: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
-m4trace:configure.ac:563: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
+m4trace:configure.ac:539: -1- AC_PROG_RANLIB
+m4trace:configure.ac:539: -1- AC_SUBST([RANLIB])
+m4trace:configure.ac:539: -1- AC_SUBST([ac_ct_RANLIB])
+m4trace:configure.ac:540: -1- AC_PROG_AWK
+m4trace:configure.ac:540: -1- AC_SUBST([AWK])
+m4trace:configure.ac:556: -1- AC_CONFIG_SUBDIRS([libdecnumber])
+m4trace:configure.ac:556: -1- AC_SUBST([subdirs], ["$subdirs libdecnumber"])
+m4trace:configure.ac:558: -1- AC_CONFIG_SUBDIRS([libbid])
+m4trace:configure.ac:558: -1- AC_SUBST([subdirs], ["$subdirs libbid"])
+m4trace:configure.ac:564: -1- AC_CONFIG_FILES([Makefile])
+m4trace:configure.ac:566: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
+m4trace:configure.ac:566: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
Modified: libdfp/trunk/configure
==============================================================================
--- libdfp/trunk/configure (original)
+++ libdfp/trunk/configure Thu Dec 10 07:10:18 2009
@@ -1501,6 +1501,7 @@
# the -mcpu=<processor> machinery.
submachine=
with_dfp=
+dfp_opts=
# Check whether --with-cpu or --without-cpu was given.
if test "${with_cpu+set}" = set; then
@@ -1524,11 +1525,13 @@
with_dfp=yes ;;
z9-ec)
submachine="$withval"
+ dfp_opts=-mzarch
{ echo "$as_me:$LINENO: configuring for the $submachine processor" >&5
echo "$as_me: configuring for the $submachine processor" >&6;}
with_dfp=yes ;;
z10)
submachine="$withval"
+ dfp_opts=-mzarch
{ echo "$as_me:$LINENO: configuring for the $submachine processor" >&5
echo "$as_me: configuring for the $submachine processor" >&6;}
with_dfp=yes ;;
@@ -1604,7 +1607,7 @@
if test -z ${CC}; then
CC=`which gcc`
fi
-CC="${CC} -m${cc_msize}"
+CC="${CC} -m${cc_msize} ${dfp_opts}"
Modified: libdfp/trunk/configure.ac
==============================================================================
--- libdfp/trunk/configure.ac (original)
+++ libdfp/trunk/configure.ac Thu Dec 10 07:10:18 2009
@@ -153,6 +153,7 @@
# the -mcpu=<processor> machinery.
submachine=
with_dfp=
+dfp_opts=
AC_ARG_WITH([cpu],
AS_HELP_STRING([--with-cpu=CPU], [select code for CPU variant]),
[dnl
@@ -171,10 +172,12 @@
with_dfp=yes ;;
z9-ec)
submachine="$withval"
+ dfp_opts=-mzarch
AC_MSG_NOTICE(configuring for the $submachine processor)
with_dfp=yes ;;
z10)
submachine="$withval"
+ dfp_opts=-mzarch
AC_MSG_NOTICE(configuring for the $submachine processor)
with_dfp=yes ;;
*)
@@ -234,7 +237,7 @@
if test -z ${CC}; then
CC=`which gcc`
fi
-CC="${CC} -m${cc_msize}"
+CC="${CC} -m${cc_msize} ${dfp_opts}"
AC_SUBST(CC)
AC_SUBST(cc_msize)