From: jakub Date: Thu, 3 Sep 2015 16:20:35 +0000 (+0000) Subject: * configure.tgt: Add missing ;; in between nvptx and rtems X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13c58648c09525ae796b5b510391daa9012af052;p=thirdparty%2Fgcc.git * configure.tgt: Add missing ;; in between nvptx and rtems snippets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227457 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 03ab332a875f..a6bd73677a34 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 f2236aec1207..77e73f01f1ab 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