]> git.ipfire.org Git - thirdparty/gcc.git/commit
mlib-tgt-lynxos.adb, [...]: Use Append_To, instead of Ext_To, when building the libra...
authorVincent Celier <celier@adacore.com>
Tue, 31 Oct 2006 17:45:59 +0000 (18:45 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 31 Oct 2006 17:45:59 +0000 (18:45 +0100)
commitf95969eabcd42f10aa4b4ae3c13015e417031523
tree9eefa1d8fa112714d0415cc8df0ba158cd0c34c3
parentf28ded01c65008b47ef62f0be2a3e987ec1c5b61
mlib-tgt-lynxos.adb, [...]: Use Append_To, instead of Ext_To, when building the library file name

2006-10-31  Vincent Celier  <celier@adacore.com>
    Eric Botcazou  <ebotcazou@adacore.com>

* mlib-tgt-lynxos.adb, mlib-tgt-mingw.adb, mlib-tgt-tru64.adb,
mlib-tgt-aix.adb, mlib-tgt-irix.adb, mlib-tgt-hpux.adb,
mlib-tgt-linux.adb, mlib-tgt-solaris.adb: Use Append_To, instead of
Ext_To, when building the library file name

* mlib-tgt-vxworks.adb: ditto.
(Get_Target_Suffix): Add support for x86 targets.

* mlib-fil.ads, mlib-fil.adb: (Append_To): New function

* mlib-tgt-darwin.adb:
Use Append_To, instead of Ext_To, when building the library file name
(Flat_Namespace): New global variable.
(No_Shared_Libgcc_Switch): Rename to No_Shared_Libgcc_Options.
(Shared_Libgcc_Switch): Rename to With_Shared_Libgcc_Options.
(Link_Shared_Libgcc): Delete.
(Build_Dynamic_Library): Adjust for above changes.
Use Opt package.
(Build_Dynamic_Library): Pass -shared-libgcc if GCC 4 or later.

From-SVN: r118237
12 files changed:
gcc/ada/mlib-fil.adb
gcc/ada/mlib-fil.ads
gcc/ada/mlib-tgt-aix.adb
gcc/ada/mlib-tgt-darwin.adb
gcc/ada/mlib-tgt-hpux.adb
gcc/ada/mlib-tgt-irix.adb
gcc/ada/mlib-tgt-linux.adb
gcc/ada/mlib-tgt-lynxos.adb
gcc/ada/mlib-tgt-mingw.adb
gcc/ada/mlib-tgt-solaris.adb
gcc/ada/mlib-tgt-tru64.adb
gcc/ada/mlib-tgt-vxworks.adb