diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-11-01 23:44:35 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-11-01 23:44:35 +0000 |
commit | baf3ead600703fb6640b34bc43361b5f964628a2 (patch) | |
tree | baab8efbfd13ebfebeb8f47b71216ea988044443 /gcc/config/freebsd.opt | |
parent | 6d721f6786362871895a36e4f26f09ded82d55ec (diff) | |
download | gcc-baf3ead600703fb6640b34bc43361b5f964628a2.zip gcc-baf3ead600703fb6640b34bc43361b5f964628a2.tar.gz gcc-baf3ead600703fb6640b34bc43361b5f964628a2.tar.bz2 |
alpha.h (WORD_SWITCH_TAKES_ARG): Remove.
* config/alpha/alpha.h (WORD_SWITCH_TAKES_ARG): Remove.
* config/cris/cris.h (WORD_SWITCH_TAKES_ARG): Remove.
(CC1_SPEC): Don't handle -target.
* config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove single-argument
options.
* config/darwin.opt (Zallowable_client, Zbundle_loader,
Zdylib_file, Zexported_symbols_list, Zfn_seg_addr_table_filename,
Zimage_base, Zinit, Zinstall_name, Zmultiply_defined,
Zmultiplydefinedunused, Zseg_addr_table, Zsegs_read_only_addr,
Zsegs_read_write_addr, Zumbrella, Zunexported_symbols_list,
Zweak_reference_mismatches, client_name, compatibility_version,
current_version, dylinker_install_name, pagezero_size,
read_only_relocs, seg1addr, segs_read_only_addr,
segs_read_write_addr, sub_library, sub_umbrella): New.
* config/freebsd-spec.h (BSD_WORD_SWITCH_TAKES_ARG): Remove.
* config/freebsd.h (WORD_SWITCH_TAKES_ARG): Remove.
* config/freebsd.opt: New.
* config/interix.h (WORD_SWITCH_TAKES_ARG): Remove.
* config/mips/iris6.h (WORD_SWITCH_TAKES_ARG): Remove.
* config/rpath.opt: New.
* config.gcc (*-*-freebsd*): Use rpath.opt and freebsd.opt.
(alpha*-dec-osf5.1*, i[34567]86-*-interix3*, mips-sgi-irix6.5*):
Use rpath.opt.
From-SVN: r166156
Diffstat (limited to 'gcc/config/freebsd.opt')
-rw-r--r-- | gcc/config/freebsd.opt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/gcc/config/freebsd.opt b/gcc/config/freebsd.opt new file mode 100644 index 0000000..26dc9df --- /dev/null +++ b/gcc/config/freebsd.opt @@ -0,0 +1,38 @@ +; FreeBSD options. + +; Copyright (C) 2010 +; Free Software Foundation, Inc. +; +; This file is part of GCC. +; +; GCC is free software; you can redistribute it and/or modify it under +; the terms of the GNU General Public License as published by the Free +; Software Foundation; either version 3, or (at your option) any later +; version. +; +; GCC is distributed in the hope that it will be useful, but WITHOUT ANY +; WARRANTY; without even the implied warranty of MERCHANTABILITY or +; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +; for more details. +; +; You should have received a copy of the GNU General Public License +; along with GCC; see the file COPYING3. If not see +; <http://www.gnu.org/licenses/>. + +; See the GCC internals manual (options.texi) for a description of this file's format. + +; Please try to keep this file in ASCII collating order. + +assert +Driver Separate + +defsym +Driver Separate + +rpath-link +Driver Separate + +soname +Driver Separate + +; This comment is to ensure we retain the blank line above. |