From: Jakub Jelinek Date: Thu, 3 Sep 2015 16:20:35 +0000 (+0200) Subject: configure.tgt: Add missing ;; in between nvptx and rtems snippets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=97875f4a942078f65739718c129b0b6289c4b43b;p=gcc.git configure.tgt: Add missing ;; in between nvptx and rtems snippets. * configure.tgt: Add missing ;; in between nvptx and rtems snippets. From-SVN: r227457 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 03ab332a875..a6bd73677a3 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2015-09-03 Jakub Jelinek + + * configure.tgt: Add missing ;; in between nvptx and rtems + snippets. + 2015-09-03 Sebastian Huber * config/posix/pool.h (gomp_adjust_thread_attr): New. diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index f2236aec120..77e73f01f1a 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -153,6 +153,7 @@ case "${target}" in nvptx*-*-*) config_path="nvptx" + ;; *-*-rtems*) # Use self-contained synchronization objects if provided by Newlib