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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libgcc/] [config/] [i386/] [t-sol2] - Diff between revs 734 and 783

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 734 Rev 783
# We need to use -fPIC when we are using gcc to compile the routines in
# We need to use -fPIC when we are using gcc to compile the routines in
# crtstuff.c.  This is only really needed when we are going to use gcc/g++
# crtstuff.c.  This is only really needed when we are going to use gcc/g++
# to produce a shared library, but since we don't know ahead of time when
# to produce a shared library, but since we don't know ahead of time when
# we will be doing that, we just always use -fPIC when compiling the
# we will be doing that, we just always use -fPIC when compiling the
# routines in crtstuff.c.
# routines in crtstuff.c.
#
#
# We must also enable optimization to avoid having any code appear after
# We must also enable optimization to avoid having any code appear after
# the call & alignment statement, but before we switch back to the
# the call & alignment statement, but before we switch back to the
# .text section.
# .text section.
CRTSTUFF_T_CFLAGS = $(PICFLAG) -O2
CRTSTUFF_T_CFLAGS = $(PICFLAG) -O2
# Add support for the introduction of 128-bit long double.
# Add support for the introduction of 128-bit long double.
SHLIB_MAPFILES += $(srcdir)/config/i386/libgcc-sol2.ver
SHLIB_MAPFILES += $(srcdir)/config/i386/libgcc-sol2.ver
 
 

powered by: WebSVN 2.1.0

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