This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[committed] TILE-Gx/TILEPro: add stub header file
- From: Walter Lee <walt at tilera dot com>
- To: <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 16 Aug 2012 16:10:06 -0400
- Subject: [committed] TILE-Gx/TILEPro: add stub header file
- Reply-to: Walter Lee <walt at tilera dot com>
This patch adds a stub header file "feedback.h," needed to compile
glibc and linux.
Walter
Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc (revision 190448)
+++ gcc/config.gcc (working copy)
@@ -2440,6 +2440,7 @@ tilegx-*-linux*)
extra_objs="mul-tables.o"
c_target_objs="tilegx-c.o"
cxx_target_objs="tilegx-c.o"
+ extra_headers="feedback.h"
;;
tilepro-*-linux*)
tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilepro/linux.h ${tm_file}"
@@ -2447,6 +2448,7 @@ tilepro-*-linux*)
extra_objs="mul-tables.o"
c_target_objs="tilepro-c.o"
cxx_target_objs="tilepro-c.o"
+ extra_headers="feedback.h"
;;
v850-*-rtems*)
target_cpu_default="TARGET_CPU_generic"
Index: gcc/config/tilegx/feedback.h
===================================================================
--- gcc/config/tilegx/feedback.h (revision 0)
+++ gcc/config/tilegx/feedback.h (revision 0)
@@ -0,0 +1 @@
+/* This file is currently empty and serves as a placeholder. */
Index: gcc/config/tilepro/feedback.h
===================================================================
--- gcc/config/tilepro/feedback.h (revision 0)
+++ gcc/config/tilepro/feedback.h (revision 0)
@@ -0,0 +1 @@
+/* This file is currently empty and serves as a placeholder. */