summary refs log tree commit diff
diff options
context:
space:
mode:
-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