diff options
author | Jakub Jelinek <jakub@redhat.com> | 2015-09-03 18:20:35 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2015-09-03 18:20:35 +0200 |
commit | 97875f4a942078f65739718c129b0b6289c4b43b (patch) | |
tree | fadc9185cc6f0e5932990873d36057affa905031 /libgomp/configure.tgt | |
parent | eb8bf686b7877f9000aefd599b4ad035475b7e99 (diff) | |
download | gcc-97875f4a942078f65739718c129b0b6289c4b43b.zip gcc-97875f4a942078f65739718c129b0b6289c4b43b.tar.gz gcc-97875f4a942078f65739718c129b0b6289c4b43b.tar.bz2 |
configure.tgt: Add missing ;; in between nvptx and rtems snippets.
* configure.tgt: Add missing ;; in between nvptx and rtems
snippets.
From-SVN: r227457
Diffstat (limited to 'libgomp/configure.tgt')
-rw-r--r-- | libgomp/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index f2236ae..77e73f0 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 |