configure.tgt: Add missing ;; in between nvptx and rtems snippets.
authorJakub Jelinek <jakub@redhat.com>
Thu, 3 Sep 2015 16:20:35 +0000 (18:20 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 3 Sep 2015 16:20:35 +0000 (18:20 +0200)
* configure.tgt: Add missing ;; in between nvptx and rtems
snippets.

From-SVN: r227457

libgomp/ChangeLog
libgomp/configure.tgt

index 03ab332a875fb161e3c4dae8812660c9985caa51..a6bd73677a34697ce58bf54f228397cd5113df69 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.tgt: Add missing ;; in between nvptx and rtems
+       snippets.
+
 2015-09-03  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
        * config/posix/pool.h (gomp_adjust_thread_attr): New.
index f2236aec1207ea11ca46e18b498249b41123f498..77e73f01f1abda2b08b722ff4d926080d233a799 100644 (file)
@@ -153,6 +153,7 @@ case "${target}" in
 
   nvptx*-*-*)
        config_path="nvptx"
+       ;;
 
   *-*-rtems*)
        # Use self-contained synchronization objects if provided by Newlib