diff options
author | Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | 2001-04-09 23:43:06 +0000 |
---|---|---|
committer | Franz Sirl <sirl@gcc.gnu.org> | 2001-04-09 23:43:06 +0000 |
commit | fa9518de0271175955abe4cce0b29788dd4e4aa3 (patch) | |
tree | d83b40ed38c3cf668c8c1b5c65edb4a956efd269 /gcc/config/rs6000/t-ppccomm | |
parent | d4f33f6c82041b514d78c6bf9282eade563a509b (diff) | |
download | gcc-fa9518de0271175955abe4cce0b29788dd4e4aa3.tar.gz |
Makefile.in (LIB2FUNCS_STATIC_EXTRA): New macro.
2001-04-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* Makefile.in (LIB2FUNCS_STATIC_EXTRA): New macro.
(LIB2ADD_ST): New macro, pass it to mklibgcc.
* mklibgcc.in (libgcc2_st_objs): New variable, set it from LIB2ADD_ST.
(libgcc_st_objs): New, set from libgcc2_st_objs. Use it for libgcc.a.
* config/rs6000/t-ppccomm (LIB2FUNCS_STATIC_EXTRA): New macro.
From-SVN: r41215
Diffstat (limited to 'gcc/config/rs6000/t-ppccomm')
-rw-r--r-- | gcc/config/rs6000/t-ppccomm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/rs6000/t-ppccomm b/gcc/config/rs6000/t-ppccomm index 3a1f106ad21..7d500c36894 100644 --- a/gcc/config/rs6000/t-ppccomm +++ b/gcc/config/rs6000/t-ppccomm @@ -6,7 +6,10 @@ CROSS_LIBGCC1 = # These are really part of libgcc1, but this will cause them to be # built correctly, so... [taken from t-sparclite] -LIB2FUNCS_EXTRA = eabi.S tramp.S +LIB2FUNCS_EXTRA = tramp.S + +# This one can't end up in shared libgcc +LIB2FUNCS_STATIC_EXTRA = eabi.S # We want fine grained libraries, so use the new code to build the # floating point emulation libraries. |