]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.tgt: Add missing ;; in between nvptx and rtems
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Sep 2015 16:20:35 +0000 (16:20 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Sep 2015 16:20:35 +0000 (16:20 +0000)
snippets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227457 138bc75d-0d04-0410-961f-82ee72b054a4

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