OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgcc/] [config/] [rs6000/] [t-ppccomm] - Blame information for rev 734

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 734 jeremybenn
LIB2ADD += $(srcdir)/config/rs6000/ibm-ldouble.c \
2
           $(srcdir)/config/rs6000/tramp.S
3
 
4
# This can't end up in shared libgcc
5
LIB2ADD_ST += \
6
           $(srcdir)/config/rs6000/eabi.S
7
 
8
# We build {e,n}crti.o and {e,n}crtn.o, which serve to add begin and
9
# end labels to all of the special sections used when we link using gcc.
10
 
11
# Assemble startup files.
12
ecrti$(objext): $(srcdir)/config/rs6000/eabi-ci.S
13
        $(crt_compile) -c $<
14
 
15
ecrtn$(objext): $(srcdir)/config/rs6000/eabi-cn.S
16
        $(crt_compile) -c $<
17
 
18
ncrti$(objext): $(srcdir)/config/rs6000/sol-ci.S
19
        $(crt_compile) -c $<
20
 
21
ncrtn$(objext): $(srcdir)/config/rs6000/sol-cn.S
22
        $(crt_compile) -c $<

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.