mirror of git://gcc.gnu.org/git/gcc.git
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
# Pass -fno-tree-dominator-opts to work around bug 26840.
|
|
crt3.o: $(srcdir)/config/darwin-crt3.c
|
|
$(crt_compile) \
|
|
-fno-tree-dominator-opts $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) -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
|