t-linux64 (EXTRA_MULTILIB_PARTS): Add crtsavres.o Add rules to make null object file.

* config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtsavres.o
	Add rules to make null object file.

From-SVN: r51902
This commit is contained in:
Alan Modra 2002-04-05 04:47:28 +00:00 committed by Alan Modra
parent 16d652a3d1
commit 4631b49629
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-04-05 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtsavres.o
Add rules to make null object file.
2002-04-04 David S. Miller <davem@redhat.com>
* calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.

View File

@ -2,7 +2,15 @@
CRTSTUFF_T_CFLAGS_S =
TARGET_LIBGCC2_CFLAGS =
EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
crtsavres.o
# ld provides these functions as needed.
crtsavres.S:
echo >crtsavres.S
$(T)crtsavres.o: crtsavres.S
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -c crtsavres.S -o $(T)crtsavres.o
# Modify the shared lib version file
SHLIB_MKMAP_OPTS = -v dotsyms=1