diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2005-04-04 07:47:01 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-04-04 07:47:01 +0000 |
commit | d45d235367d880c1df822f051b2aeb72d361d9d4 (patch) | |
tree | 8925a3c60728d963f031aa8ab7ff98eebd87b1d5 /gcc/config/stormy16/stormy16.h | |
parent | 06ed4795b4b6941ef389a747a517310e6d161a60 (diff) | |
download | gcc-d45d235367d880c1df822f051b2aeb72d361d9d4.tar.gz |
config.gcc (xstormy16-*-elf): Set extra_options.
* config.gcc (xstormy16-*-elf): Set extra_options.
* config/stormy16/stormy16.h (target_flags, TARGET_SWITCHES): Delete.
* config/stormy16/stormy16.opt: New file.
From-SVN: r97526
Diffstat (limited to 'gcc/config/stormy16/stormy16.h')
-rw-r--r-- | gcc/config/stormy16/stormy16.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 2645bc72190..6c48ca16766 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -61,13 +61,6 @@ Boston, MA 02111-1307, USA. */ builtin_assert ("cpu=xstormy16"); \ } while (0) -/* This declaration should be present. */ -extern int target_flags; - -#define TARGET_SWITCHES \ - {{ "sim", 0, "Provide libraries for the simulator" }, \ - { "", 0, "" }} - #define TARGET_VERSION fprintf (stderr, " (xstormy16 cpu core)"); #define CAN_DEBUG_WITHOUT_FP |