diff options
author | Turly O'Connor <turly@gcc.gnu.org> | 2001-12-07 17:36:56 +0000 |
---|---|---|
committer | Turly O'Connor <turly@gcc.gnu.org> | 2001-12-07 17:36:56 +0000 |
commit | 84b256bb9c433a763f5bba4fa3b4ffbd1838d42f (patch) | |
tree | a9730549eaca673492c697702d77dc29cfe36683 /gcc | |
parent | 6f15f6985a2525e69ed95c24797ccc4e04e47e13 (diff) | |
download | gcc-84b256bb9c433a763f5bba4fa3b4ffbd1838d42f.zip gcc-84b256bb9c433a763f5bba4fa3b4ffbd1838d42f.tar.gz gcc-84b256bb9c433a763f5bba4fa3b4ffbd1838d42f.tar.bz2 |
* t-darwin: LIB2FUNCS_EXTRA now includes darwin_tramp.asm.
From-SVN: r47761
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/t-darwin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/t-darwin b/gcc/config/rs6000/t-darwin index a51a345..c9c392e 100644 --- a/gcc/config/rs6000/t-darwin +++ b/gcc/config/rs6000/t-darwin @@ -1,3 +1,6 @@ +# Library code must include trampoline support +LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm + # We want fine grained libraries, so use the new code to build the # floating point emulation libraries. FPBIT = fp-bit.c |