OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [treelang/] [lang-specs.h] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
/* Definitions for specs for TREELANG
2
 
3
   The format of the specs file is documented in gcc.c
4
 
5
   Copyright (C) 1995, 96-98, 1999, 2000, 2001, 2002, 2007
6
   Free Software Foundation, Inc.
7
 
8
This file is part of GCC.
9
 
10
GCC is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 3, or (at your option)
13
any later version.
14
 
15
GCC is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
GNU General Public License for more details.
19
 
20
You should have received a copy of the GNU General Public License
21
along with GCC; see the file COPYING3.  If not see
22
<http://www.gnu.org/licenses/>.  */
23
 
24
/*
25
   This is the contribution to the `default_compilers' array in GCC.c for
26
   treelang.
27
 
28
   This file must compile with 'traditional', so no ANSI string concatenations
29
 
30
*/
31
 
32
{".tree", "@treelang", NULL, 0, 0},
33
{".TREE", "@treelang", NULL, 0, 0},
34
{".tre", "@treelang", NULL, 0, 0},
35
{".TRE", "@treelang", NULL, 0, 0},
36
{"@treelang",
37
    "%{!E:tree1 %i %(cc1_options) %{J*} %{I*}\
38
         %{!fsyntax-only:%(invoke_as)}}", NULL , 0, 0
39
},

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.