Fix atomic operations on PA-RISC 2.0 processors.
[official-gcc.git] / libgcc / config / t-darwin
blob299d26c2c96b1fc2dfa51b9526e1879d509eda17
1 # Set this as a minimum (unless overriden by arch t-files) since it's a
2 # reasonable lowest common denominator that works for all our archs.
3 HOST_LIBGCC2_CFLAGS += -mmacosx-version-min=10.4
5 crt3.o: $(srcdir)/config/darwin-crt3.c
6         $(crt_compile) -mmacosx-version-min=10.4 -c $<
8 crttms.o: $(srcdir)/config/darwin-crt-tm.c
9         $(crt_compile) -mmacosx-version-min=10.4 -DSTART -c $<
11 crttme.o: $(srcdir)/config/darwin-crt-tm.c
12         $(crt_compile) -mmacosx-version-min=10.4 -DEND -c $<
14 # Make emutls weak so that we can deal with -static-libgcc, override the
15 # hidden visibility when this is present in libgcc_eh.
16 emutls.o: HOST_LIBGCC2_CFLAGS += \
17   -DEMUTLS_ATTR='__attribute__((__weak__,__visibility__("default")))'
18 emutls_s.o: HOST_LIBGCC2_CFLAGS += \
19   -DEMUTLS_ATTR='__attribute__((__weak__,__visibility__("default")))'
21 # Make the emutls crt as a convenience lib so that it can be linked
22 # optionally, use the shared version so that we can link with DSO.
23 libemutls_w.a: emutls_s.o
24         $(AR_CREATE_FOR_TARGET) $@ $<
25         $(RANLIB_FOR_TARGET) $@
27 # Patch to __Unwind_Find_Enclosing_Function for Darwin10.
28 d10-uwfef.o: $(srcdir)/config/darwin10-unwind-find-enc-func.c libgcc_tm.h
29         $(crt_compile) -mmacosx-version-min=10.6 -c $<
31 # Using this crt as a library means that it will not be added to an exe
32 # (or module) unless needed.
33 libd10-uwfef.a: d10-uwfef.o
34         $(AR_CREATE_FOR_TARGET) $@ d10-uwfef.o
35         $(RANLIB_FOR_TARGET) $@
37 ###### Unwinder #######
38 # Most Darwin versions get their unwinder from libSystem; older versions
39 # have an installed /usr/lib/libgcc_s.1.dylib.
40 # So do not add the unwinder to the shared libgcc.
41 LIB2ADDEHSHARED =
43 # We still need it in the _eh.a for earlier platform versions.
44 # Use unwind-dw2-fde-darwin
45 LIB2ADDEH = $(srcdir)/unwind-dw2.c \
46             $(srcdir)/config/unwind-dw2-fde-darwin.c \
47             $(srcdir)/unwind-c.c
49 # Do not build a shared unwind lib by default.
50 LIBEHSOBJS=
52 # Symbols for all the sub-ports.
53 SHLIB_MAPFILES = libgcc-std.ver $(srcdir)/config/libgcc-libsystem.ver