]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/configure.ac
Added forced check for amd64 directory when performing a tos-locate-jre
[tinyos-2.x.git] / tools / configure.ac
index 37c55d3091234f3d50b8be9f27b0631a816f4321..62eab0a8189c1774e8071bd5777636ba56cdd1ad 100644 (file)
@@ -88,7 +88,7 @@ case $host in
   *)
     JNIPREFIX=lib
     JNISUFFIX=so
-    JNIVERSIONS="-32. -64."
+    JNIVERSIONS="-64."
     INSTALLJNI="install"
     AC_MSG_RESULT(no)
 esac
@@ -143,6 +143,7 @@ AC_OUTPUT(
        tinyos/misc/tos-write-image
        tinyos/misc/tos-storage-at45db
        tinyos/misc/tos-storage-stm25p
+       tinyos/misc/tos-storage-pxa27xp30
        tinyos/misc/Makefile
        tinyos/ncc/Makefile
        tinyos/ncc/mig
@@ -150,4 +151,6 @@ AC_OUTPUT(
        tinyos/ncc/ncg
        tinyos/ncc/nesdoc
        tinyos/ncc/nesdoc-py/Makefile
+       tinyos/tosthreads/Makefile
+       tinyos/safe/Makefile
 )