This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

powerpc64-linux crtbegin/end


We used to pick EXTRA_MULTILIB_PARTS up from t-ppccomm...

	* config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Define.

OK mainline and branch?

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

Index: gcc/config/rs6000/t-linux64
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/t-linux64,v
retrieving revision 1.1
diff -u -p -r1.1 t-linux64
--- t-linux64	2002/03/22 00:19:56	1.1
+++ t-linux64	2002/04/04 00:37:01
@@ -2,5 +2,7 @@
 CRTSTUFF_T_CFLAGS_S =
 TARGET_LIBGCC2_CFLAGS =
 
+EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
+
 # Modify the shared lib version file
 SHLIB_MKMAP_OPTS = -v dotsyms=1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]