Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2014-01-11 03:04:01 +0400
committerJeff Johnston <jjohnstn@redhat.com>2014-01-11 03:04:01 +0400
commit9a0786ea680c7137fe302d5ae1844899efd02e3c (patch)
tree4875d81ccb44b6b9e43a4726283d49fb6d9167d6
parent716c3014a63a33a7e124bc14ce15eaf1dcf9ec26 (diff)
2014-01-10 Jeff Johnston <jjohnstn@redhat.com>
* arm/configure.in: Revert previous fix and change host_makefile_frag to calculate the absolute location of srcdir/../config/default.mh. * arm/configure: Regenerated.
-rw-r--r--libgloss/ChangeLog6
-rw-r--r--libgloss/arm/configure2
-rw-r--r--libgloss/arm/configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 44fd17869..5920a2336 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,9 @@
+2014-01-10 Jeff Johnston <jjohnstn@redhat.com>
+
+ * arm/configure.in: Revert previous fix and change host_makefile_frag
+ to calculate the absolute location of srcdir/../config/default.mh.
+ * arm/configure: Regenerated.
+
2014-01-07 Jeff Johnston <jjohnstn@redhat.com>
* arm/configure.in: Fix host_makefile_frag to use ac_abs_srcdir.
diff --git a/libgloss/arm/configure b/libgloss/arm/configure
index cdad5350c..032f0aa8e 100644
--- a/libgloss/arm/configure
+++ b/libgloss/arm/configure
@@ -2541,7 +2541,7 @@ esac
-host_makefile_frag=${ac_abs_srcdir}/../config/default.mh
+host_makefile_frag=`cd $srcdir/../config;pwd`/default.mh
host_makefile_frag_path=$host_makefile_frag
diff --git a/libgloss/arm/configure.in b/libgloss/arm/configure.in
index 4431cd43e..d9408adf0 100644
--- a/libgloss/arm/configure.in
+++ b/libgloss/arm/configure.in
@@ -59,7 +59,7 @@ esac
AC_SUBST(objtype)
-host_makefile_frag=${ac_abs_srcdir}/../config/default.mh
+host_makefile_frag=`cd $srcdir/../config;pwd`/default.mh
dnl We have to assign the same value to other variables because autoconf
dnl doesn't provide a mechanism to substitute a replacement keyword with