]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/t-netbsd
Update copyright years.
[thirdparty/gcc.git] / gcc / config / t-netbsd
index 85d6057feb04d10d2640ed0e4bfdfe6ed056290a..b1e8ab83437e984839d29cef425f329910cf2094 100644 (file)
@@ -1,9 +1,29 @@
-LIBGCC1=libgcc1.null
-CROSS_LIBGCC1=libgcc1.null
-LIBGCC1_TEST=
+# Copyright (C) 2017-2024 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/>.
 
-# Don't run fixproto
-STMP_FIXPROTO =
+netbsd.o: $(srcdir)/config/netbsd.cc
+       $(COMPILE) $<
+       $(POSTCOMPILE)
 
-# Don't install "assert.h" in gcc. We use the one in glibc.
-INSTALL_ASSERT_H =
+netbsd-d.o: $(srcdir)/config/netbsd-d.cc
+       $(COMPILE) $<
+       $(POSTCOMPILE)
+
+netbsd-rust.o: $(srcdir)/config/netbsd-rust.cc
+       $(COMPILE) $<
+       $(POSTCOMPILE)