diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-01-03 16:34:18 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-01-03 16:34:18 +0100 |
commit | e6d50a9e9d71a8b5519de675e94e79e72be3a150 (patch) | |
tree | 163dcbd1c122008f040766e9e59e37cdd5307c1c /gcc/ada/gpr2make.adb | |
parent | 165eab5ffcf0a4ffe7505982de815605f15e4918 (diff) | |
download | gcc-e6d50a9e9d71a8b5519de675e94e79e72be3a150.zip gcc-e6d50a9e9d71a8b5519de675e94e79e72be3a150.tar.gz gcc-e6d50a9e9d71a8b5519de675e94e79e72be3a150.tar.bz2 |
bld.ads, [...]: Remove gpr2make, replaced by gprmake.
* bld.ads, bld.adb, bld-io.ads, bld-io.adb, gprcmd.adb,
gpr2make.ads, gpr2make.adb: Remove gpr2make, replaced by gprmake.
* Makefile.in: Add support to build shared Ada libraries on solaris x86
Remove gpr2make, replaced by gprmake.
Remove references to gnatmem and libaddr2line.
Add indepsw.adb<indepsw-linux.adb to TOOLS_TARGET_PAIRS for IA64 linux.
(gnatlib-shared-darwin): Add "-fno-common" to GNATLIBCFLAGS.
Add support for specialized version of Ada.Numerics.Aux for Darwin: use
a-numaux-darwin.ads and a-numaux-darwin.adb
Enable mlib-tgt-lynxos.adb on lynxos.
* Make-lang.in: Remove rules for gpr2make.
When generating sdefault.adb, do not call Relocate_Path
on S3 for function Target_Name, as it is not a path.
Remove references to gnatmem and libaddr2line.
* a-numaux-darwin.ads, a-numaux-darwin.adb, g-soccon-darwin.ads: New
files.
From-SVN: r92831
Diffstat (limited to 'gcc/ada/gpr2make.adb')
-rw-r--r-- | gcc/ada/gpr2make.adb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/gcc/ada/gpr2make.adb b/gcc/ada/gpr2make.adb deleted file mode 100644 index eb93f34..0000000 --- a/gcc/ada/gpr2make.adb +++ /dev/null @@ -1,34 +0,0 @@ ------------------------------------------------------------------------------- --- -- --- GNAT COMPILER COMPONENTS -- --- -- --- G P R 2 M A K E -- --- -- --- B o d y -- --- -- --- Copyright (C) 2002-2003 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, 59 Temple Place - Suite 330, Boston, -- --- MA 02111-1307, USA. -- --- -- --- GNAT was originally developed by the GNAT team at New York University. -- --- Extensive contributions were provided by Ada Core Technologies Inc. -- --- -- ------------------------------------------------------------------------------- - -with Bld; - -procedure Gpr2make is -begin - -- The real work is done in package Bld. - - Bld.Gpr2make; -end Gpr2make; |