aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/t-darwin
blob: 14ae6b35a4ee51cec0e3bdb4c94c572c6eb741ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Set this as a minimum (unless overriden by arch t-files) since it's a
# reasonable lowest common denominator that works for all our archs.
HOST_LIBGCC2_CFLAGS += -mmacosx-version-min=10.4

crt3.o: $(srcdir)/config/darwin-crt3.c
	$(crt_compile) -mmacosx-version-min=10.4 -c $<

crttms.o: $(srcdir)/config/darwin-crt-tm.c
	$(crt_compile) -mmacosx-version-min=10.4 -DSTART -c $<

crttme.o: $(srcdir)/config/darwin-crt-tm.c
	$(crt_compile) -mmacosx-version-min=10.4 -DEND -c $<

# Use unwind-dw2-fde-darwin
LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/config/unwind-dw2-fde-darwin.c \
  $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c

# Patch to __Unwind_Find_Enclosing_Function for Darwin10.
d10-uwfef.o: $(srcdir)/config/darwin10-unwind-find-enc-func.c
	$(crt_compile) -mmacosx-version-min=10.6 -c $<

# Using this crt as a library means that it will not be added to an exe
# (or module) unless needed.
libd10-uwfef.a: d10-uwfef.o
	$(AR_CREATE_FOR_TARGET) $@ d10-uwfef.o
	$(RANLIB_FOR_TARGET) $@

# Symbols for all the sub-ports.
SHLIB_MAPFILES = libgcc-std.ver $(srcdir)/config/libgcc-libsystem.ver