Daily bump.
[gcc.git] / gcc / config / t-freebsd
index 211dbdf6b71811227ce2b82afdca67c354cafefd..ca0cb2e60a8d3b7062435258e4e78b4a79d4b168 100644 (file)
@@ -1,5 +1,21 @@
-# Compile crtbeginS.o and crtendS.o with pic.
-CRTSTUFF_T_CFLAGS_S = -fPIC
+# Copyright (C) 2020 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/>.
 
-# Compile libgcc.a with pic.
-TARGET_LIBGCC2_CFLAGS += -fPIC
+freebsd-d.o: $(srcdir)/config/freebsd-d.c
+       $(COMPILE) $<
+       $(POSTCOMPILE)