Deleted Added
full compact
t-aix52 (117395) t-aix52 (146895)
1# We want fine grained libraries, so use the new code to build the
2# floating point emulation libraries.
3FPBIT = fp-bit.c
4DPBIT = dp-bit.c
5
6dp-bit.c: $(srcdir)/config/fp-bit.c
7 cat $(srcdir)/config/fp-bit.c > dp-bit.c
8

--- 25 unchanged lines hidden (view full) ---

34 $(AR_CREATE_FOR_TARGET) tmp-@shlib_base_name@.a @multilib_dir@/shr.o ; \
35 mv tmp-@shlib_base_name@.a @shlib_base_name@.a ; \
36 rm -f @multilib_dir@/shr.o
37# $(slibdir) double quoted to protect it from expansion while building
38# libgcc.mk. We want this delayed until actual install time.
39SHLIB_INSTALL = $(INSTALL_DATA) @shlib_base_name@.a $$(DESTDIR)$$(slibdir)/
40SHLIB_LIBS = -lc `case @shlib_base_name@ in *pthread*) echo -lpthread ;; esac`
41SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
1# We want fine grained libraries, so use the new code to build the
2# floating point emulation libraries.
3FPBIT = fp-bit.c
4DPBIT = dp-bit.c
5
6dp-bit.c: $(srcdir)/config/fp-bit.c
7 cat $(srcdir)/config/fp-bit.c > dp-bit.c
8

--- 25 unchanged lines hidden (view full) ---

34 $(AR_CREATE_FOR_TARGET) tmp-@shlib_base_name@.a @multilib_dir@/shr.o ; \
35 mv tmp-@shlib_base_name@.a @shlib_base_name@.a ; \
36 rm -f @multilib_dir@/shr.o
37# $(slibdir) double quoted to protect it from expansion while building
38# libgcc.mk. We want this delayed until actual install time.
39SHLIB_INSTALL = $(INSTALL_DATA) @shlib_base_name@.a $$(DESTDIR)$$(slibdir)/
40SHLIB_LIBS = -lc `case @shlib_base_name@ in *pthread*) echo -lpthread ;; esac`
41SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
42SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver
42SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver $(srcdir)/config/rs6000/libgcc-ppc64.ver
43SHLIB_NM_FLAGS = -Bpg -X32_64
44
43SHLIB_NM_FLAGS = -Bpg -X32_64
44
45# GCC 128-bit long double support routines.
46LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-ldouble.c
47
45# Either 32-bit and 64-bit objects in archives.
46AR_FLAGS_FOR_TARGET = -X32_64
47
48# Compile Ada files with minimal-toc. The primary focus is gnatlib, so
49# that the library does not use nearly the entire TOC of applications
50# until gnatlib is built as a shared library on AIX. Compiling the
51# compiler with -mminimal-toc does not cause any harm.
52T_ADAFLAGS = -mminimal-toc
48# Either 32-bit and 64-bit objects in archives.
49AR_FLAGS_FOR_TARGET = -X32_64
50
51# Compile Ada files with minimal-toc. The primary focus is gnatlib, so
52# that the library does not use nearly the entire TOC of applications
53# until gnatlib is built as a shared library on AIX. Compiling the
54# compiler with -mminimal-toc does not cause any harm.
55T_ADAFLAGS = -mminimal-toc