summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-02-12 14:36:23 -0800
committerRoland McGrath <roland@hack.frob.com>2015-02-12 14:36:23 -0800
commitaaf38f77736da87e6e453f63a6106fc59080b7a5 (patch)
treea8a0ca8156154d5143658f65ae570481259d7bed
parent7c78e343799368f2b1a664e88a988ce4ec79eaa3 (diff)
downloadglibc-aaf38f77736da87e6e453f63a6106fc59080b7a5.tar.gz
glibc-aaf38f77736da87e6e453f63a6106fc59080b7a5.tar.xz
glibc-aaf38f77736da87e6e453f63a6106fc59080b7a5.zip
Tweaks to fix builds.
-rw-r--r--sysdeps/arm/nacl/sysdep.h1
-rw-r--r--sysdeps/nacl/Makefile2
-rw-r--r--sysdeps/nacl/configure2
3 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/arm/nacl/sysdep.h b/sysdeps/arm/nacl/sysdep.h
index 951df3215d..aeb5566dde 100644
--- a/sysdeps/arm/nacl/sysdep.h
+++ b/sysdeps/arm/nacl/sysdep.h
@@ -60,6 +60,7 @@
 /* Rather than macroizing the code any more, we can just define a few
    mnemonics as macros here.  */
 # define bl			sfi_bl
+# define bxne			sfi_blne /* Only condition now in use.  */
 # define bx			sfi_bx
 # define blx			sfi_blx
 # define bxeq			sfi_bxeq /* Only condition now in use.  */
diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile
index 693cd4cf31..7a26b7f50d 100644
--- a/sysdeps/nacl/Makefile
+++ b/sysdeps/nacl/Makefile
@@ -73,6 +73,8 @@ endif
 $(common-objpfx)nacl-interfaces.v.i: $(nacl)/nacl-interfaces.mk.in \
 			      $(nacl)/nacl-interface-list.h
 -include $(common-objpfx)nacl-interfaces.v
+common-generated += nacl-interfaces.v
+before-compile += $(common-objpfx)nacl-interfaces.v
 
 nacl-all-interfaces = $(nacl-mandatory-interfaces) $(nacl-optional-interfaces)
 nacl-interface-routines = $(nacl-all-interfaces:%=nacl-interface-%)
diff --git a/sysdeps/nacl/configure b/sysdeps/nacl/configure
index 6e9060a9ec..6bc753be03 100644
--- a/sysdeps/nacl/configure
+++ b/sysdeps/nacl/configure
@@ -1,4 +1,4 @@
-# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
+# This file is generated from configure.ac by Autoconf.  DO NOT EDIT!
  # Local configure fragment for sysdeps/nacl.
 
 nacl_probe_file=native_client/src/trusted/service_runtime/include/sys/errno.h