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
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 = \
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
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
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
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
- indepsw.adb<indepsw-linux.adb
+ indepsw.adb<indepsw-gnu.adb
MISCLIB=
THREADSLIB=-lpthread
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
- indepsw.adb<indepsw-linux.adb
+ indepsw.adb<indepsw-gnu.adb
MISCLIB=
THREADSLIB=-lpthread
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
-- 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- --
-- --
------------------------------------------------------------------------------
--- This is the GNU/Linux version
+-- This is the GNU ld version
package body Indepsw is