diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-09-30 18:25:06 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-09-30 18:25:06 +0000 |
commit | c28aa98278aefa2e6828f1500dacb9810289a4ee (patch) | |
tree | f6b1b9f6c75dd5d8e2af3467b559ccca990e6be1 /gcc/config.gcc | |
parent | 809201325afb3d70e517d30a483b39251b1b6e27 (diff) | |
download | gcc-c28aa98278aefa2e6828f1500dacb9810289a4ee.zip gcc-c28aa98278aefa2e6828f1500dacb9810289a4ee.tar.gz gcc-c28aa98278aefa2e6828f1500dacb9810289a4ee.tar.bz2 |
sparc.opt (mimpure-text): Move ...
* config/sparc/sparc.opt (mimpure-text): Move ...
* config/sol2.opt: ... here.
Correct description.
* config.gcc (*-*-solaris2*): Add sol2.opt to extra_options.
* doc/invoke.texi (Option Summary, SPARC Options): Move
-mimpure-text, -mno-impure-text, -threads, -pthreads, -pthread ...
(Option Summary, Solaris 2 Options): ... here.
(Submodel Options, Solaris 2 Options): New menu entry.
(SPARC Options): Move -mimpure-text, -threads, -pthreads, -pthread ...
(Solaris 2 Options): ... here.
From-SVN: r164757
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 3eb7ff6..e30c06e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -653,6 +653,9 @@ case ${target} in *-*-uclinux*) use_gcc_stdint=wrap ;; +*-*-solaris2*) + extra_options="${extra_options} sol2.opt" + ;; *-*-vxworks*) tmake_file=t-vxworks xm_defines=POSIX |