aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1/gcc/ada/lang-specs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1/gcc/ada/lang-specs.h')
-rw-r--r--gcc-4.2.1/gcc/ada/lang-specs.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/gcc-4.2.1/gcc/ada/lang-specs.h b/gcc-4.2.1/gcc/ada/lang-specs.h
deleted file mode 100644
index 61a24f23c..000000000
--- a/gcc-4.2.1/gcc/ada/lang-specs.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/****************************************************************************
- * *
- * GNAT COMPILER COMPONENTS *
- * *
- * L A N G - S P E C S *
- * *
- * C Header File *
- * *
- * Copyright (C) 1992-2004 Free Software Foundation, Inc. *
- * *
- * GNAT is free software; you can redistribute it and/or modify it under *
- * terms of the GNU General Public License as published by the Free Soft- *
- * ware Foundation; either version 2, or (at your option) any later ver- *
- * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
- * OUT 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 distributed with GNAT; see file COPYING. If not, write *
- * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, *
- * Boston, MA 02110-1301, USA. *
- * *
- * GNAT was originally developed by the GNAT team at New York University. *
- * Extensive contributions were provided by Ada Core Technologies Inc. *
- * *
- ****************************************************************************/
-
-/* This is the contribution to the `default_compilers' array in gcc.c for
- GNAT. */
-
- {".ads", "@ada", 0, 0, 0},
- {".adb", "@ada", 0, 0, 0},
- {"@ada",
- "\
- %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
- %{!S:%{!c:%e-c or -S required for Ada}}\
- gnat1 %{I*} %{k8:-gnatk8} %{w:-gnatws} %{!Q:-quiet} %{nostdinc*}\
- %{nostdlib*}\
- -dumpbase %{.adb:%b.adb}%{.ads:%b.ads}%{!.adb:%{!.ads:%b.ada}}\
- %{O*} %{W*} %{w} %{p} %{pg:-p} %{a} %{f*} %{d*} %{g*&m*} %1\
- %{!S:%{o*:%w%*-gnatO}} \
- %i %{S:%W{o*}%{!o*:-o %b.s}} \
- %{gnatc*|gnats*: -o %j} %{-param*} \
- %{!gnatc*:%{!gnats*:%(invoke_as)}}", 0, 0, 0},