aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-01-06 00:07:32 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-01-06 00:07:32 +0000
commitcd33a4123e50fd7e94a359253f4a5b969b64f1a6 (patch)
tree1f0a0297215aaea14b284dff6fe6197160bac824 /gcc/config.gcc
parent8c9f4dfa9a54e0909ca196f0ce87f4a193056e85 (diff)
downloadgcc-cd33a4123e50fd7e94a359253f4a5b969b64f1a6.zip
gcc-cd33a4123e50fd7e94a359253f4a5b969b64f1a6.tar.gz
gcc-cd33a4123e50fd7e94a359253f4a5b969b64f1a6.tar.bz2
rtems.opt: New.
* config/rtems.opt: New. * config.gcc (*-*-rtems*): Use rtems.opt. From-SVN: r168529
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 81eeb84..0363339 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1,6 +1,6 @@
# GCC target-specific configuration file.
# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-# 2008, 2009, 2010 Free Software Foundation, Inc.
+# 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
#This file is part of GCC.
@@ -653,6 +653,7 @@ case ${target} in
case ${enable_threads} in
yes) thread_file='rtems' ;;
esac
+ extra_options="${extra_options} rtems.opt"
use_gcc_stdint=wrap
;;
*-*-uclinux*)