Makefile.in: Replace indepsw-linux.adb by indepsw-gnu.adb

2005-07-04  Matthew Gingell  <gingell@adacore.com>

	* Makefile.in: Replace indepsw-linux.adb by indepsw-gnu.adb

	* indepsw-linux.adb: Replace by...

	* indepsw-gnu.adb: ...this new file

From-SVN: r101581
This commit is contained in:
Matthew Gingell 2005-07-04 15:28:28 +02:00 committed by Arnaud Charlet
parent ecca38c467
commit f4657cf513
2 changed files with 13 additions and 11 deletions

View File

@ -813,7 +813,7 @@ ifeq ($(strip $(filter-out %86 linux%,$(arch) $(osys))),)
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
indepsw.adb<indepsw-linux.adb
indepsw.adb<indepsw-gnu.adb
THREADSLIB = -lpthread
GNATLIB_SHARED = gnatlib-shared-dual
@ -1067,7 +1067,9 @@ ifeq ($(strip $(filter-out ibm aix%,$(manu) $(osys))),)
endif
ifeq ($(strip $(filter-out lynxos,$(osys))),)
TOOLS_TARGET_PAIRS=mlib-tgt.adb<mlib-tgt-lynxos.adb
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-lynxos.adb \
indepsw.adb<indepsw-gnu.adb
ifeq ($(strip $(filter-out %86 lynxos,$(arch) $(osys))),)
LIBGNAT_TARGET_PAIRS = \
@ -1321,7 +1323,7 @@ ifeq ($(strip $(filter-out powerpc% linux%,$(arch) $(osys))),)
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
indepsw.adb<indepsw-linux.adb
indepsw.adb<indepsw-gnu.adb
THREADSLIB = -lpthread
GNATLIB_SHARED = gnatlib-shared-dual
@ -1346,7 +1348,7 @@ ifeq ($(strip $(filter-out sparc% linux%,$(arch) $(osys))),)
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
indepsw.adb<indepsw-linux.adb
indepsw.adb<indepsw-gnu.adb
THREADSLIB = -lpthread
GNATLIB_SHARED = gnatlib-shared-dual
@ -1371,7 +1373,7 @@ ifeq ($(strip $(filter-out hppa% linux%,$(arch) $(osys))),)
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
indepsw.adb<indepsw-linux.adb
indepsw.adb<indepsw-gnu.adb
THREADSLIB = -lpthread
GNATLIB_SHARED = gnatlib-shared-dual
@ -1396,7 +1398,7 @@ ifeq ($(strip $(filter-out %ia64 linux%,$(arch) $(osys))),)
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
indepsw.adb<indepsw-linux.adb
indepsw.adb<indepsw-gnu.adb
MISCLIB=
THREADSLIB=-lpthread
@ -1421,7 +1423,7 @@ ifeq ($(strip $(filter-out alpha% linux%,$(arch) $(osys))),)
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
indepsw.adb<indepsw-linux.adb
indepsw.adb<indepsw-gnu.adb
MISCLIB=
THREADSLIB=-lpthread
@ -1447,7 +1449,7 @@ ifeq ($(strip $(filter-out %x86_64 linux%,$(arch) $(osys))),)
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
indepsw.adb<indepsw-linux.adb
indepsw.adb<indepsw-gnu.adb
THREADSLIB=-lpthread
GNATLIB_SHARED=gnatlib-shared-dual

View File

@ -5,9 +5,9 @@
-- I N D E P S W --
-- --
-- B o d y --
-- (GNU/Linux version) --
-- (GNU version) --
-- --
-- Copyright (C) 2004 Free Software Foundation, Inc. --
-- Copyright (C) 2005 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- --
@ -32,7 +32,7 @@
-- --
------------------------------------------------------------------------------
-- This is the GNU/Linux version
-- This is the GNU ld version
package body Indepsw is