From 97875f4a942078f65739718c129b0b6289c4b43b Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 3 Sep 2015 18:20:35 +0200 Subject: [PATCH] configure.tgt: Add missing ;; in between nvptx and rtems snippets. * configure.tgt: Add missing ;; in between nvptx and rtems snippets. From-SVN: r227457 --- libgomp/ChangeLog | 5 +++++ libgomp/configure.tgt | 1 + 2 files changed, 6 insertions(+) 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 -- 2.30.2