]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/t-darwin
Update copyright years.
[thirdparty/gcc.git] / gcc / config / t-darwin
index 0a3f80cb9352c336920a03818b029bd9b647201d..ffdd09c2ada08db27019044b6aa879b62b3a6349 100644 (file)
@@ -1,30 +1,39 @@
-darwin.o: $(srcdir)/config/darwin.c
+# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+#
+# This file is part of GCC.
+#
+# GCC is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GCC is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GCC; see the file COPYING3.  If not see
+# <http://www.gnu.org/licenses/>.
+
+TM_H += $(srcdir)/config/darwin-sections.def
+
+darwin.o: $(srcdir)/config/darwin.c config/darwin-sections.def
        $(COMPILE) $<
+       $(POSTCOMPILE)
 
 darwin-c.o: $(srcdir)/config/darwin-c.c
        $(COMPILE) $(PREPROCESSOR_DEFINES) $<
+       $(POSTCOMPILE)
 
-gt-darwin.h : s-gtype ; @true
-
-darwin-driver.o: $(srcdir)/config/darwin-driver.c
+darwin-d.o: $(srcdir)/config/darwin-d.c
        $(COMPILE) $<
+       $(POSTCOMPILE)
 
-# How to build crt3.o
-EXTRA_MULTILIB_PARTS=crt3.o
-# Pass -fno-tree-dominator-opts to work around bug 26840.
-$(T)crt3$(objext): $(srcdir)/config/darwin-crt3.c $(GCC_PASSES) \
-       $(TCONFIG_H) stmp-int-hdrs tsystem.h
-       $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) \
-         -fno-tree-dominator-opts $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) \
-         -c $(srcdir)/config/darwin-crt3.c -o $(T)crt3$(objext)
-
-# Use unwind-dw2-fde-darwin
-LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-darwin.c \
-  $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
-LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c
+darwin-f.o: $(srcdir)/config/darwin-f.c
+       $(COMPILE) $<
+       $(POSTCOMPILE)
 
-# -pipe because there's an assembler bug, 4077127, which causes
-# it to not properly process the first # directive, causing temporary
-# file names to appear in stabs, causing the bootstrap to fail.  Using -pipe
-# works around this by not having any temporary file names.
-TARGET_LIBGCC2_CFLAGS = -fPIC -pipe
+darwin-driver.o: $(srcdir)/config/darwin-driver.c
+       $(COMPILE) $<
+       $(POSTCOMPILE)