diff options
| author | turly <turly@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-07 17:36:56 +0000 |
|---|---|---|
| committer | turly <turly@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-07 17:36:56 +0000 |
| commit | ad52fe0da863ef9664183cfcffb15d02d9e7325d (patch) | |
| tree | a9730549eaca673492c697702d77dc29cfe36683 | |
| parent | 3f9616a905dcdf5b6caa0c5b12a5a23be4991524 (diff) | |
| download | ppe42-gcc-ad52fe0da863ef9664183cfcffb15d02d9e7325d.tar.gz ppe42-gcc-ad52fe0da863ef9664183cfcffb15d02d9e7325d.zip | |
* t-darwin: LIB2FUNCS_EXTRA now includes darwin_tramp.asm.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47761 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 a51a345a60a..c9c392e1453 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 |

