This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: WORD_SWITCH_TAKES_ARG cleanup


"Joseph S. Myers" <joseph@codesourcery.com> writes:

> Some targets, including FreeBSD, accepted -rpath in
> WORD_SWITCH_TAKES_ARG.  These were made to use a new rpath.opt.  For
> the definition in alpha.h, alpha-dec-osf5.1 appeared to be the
> relevant target, since the only Alpha targets with relevant specs are
> FreeBSD and OSF.
[...]
> Bootstrapped with no regressions on x86_64-unknown-linux-gnu.  Also
> tested building cc1 for crosses to: alpha-dec-osf5.1 i686-interix3
> mips-sgi-irix6.5 i686-freebsd8.1 cris-elf i686-darwin.  (As with the
> previous patch, i686-interix3 fails for unrelated reasons.)  OK to
> commit?

The IRIX 6.5 and Tru64 UNIX parts look good.

> diff -rupN --exclude=.svn gcc-mainline-0/gcc/config/rpath.opt gcc-mainline/gcc/config/rpath.opt
> --- gcc-mainline-0/gcc/config/rpath.opt	1969-12-31 16:00:00.000000000 -0800
> +++ gcc-mainline/gcc/config/rpath.opt	2010-10-27 10:11:13.000000000 -0700
> @@ -0,0 +1,29 @@
> +; -rpath option to the driver.

Incomplete sentence?

> +; See the GCC internals manual (options.texi) for a description of this file's format.

Line too long.

Thanks.
        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]