This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[java] remove generated file from the repository


Remove libjava/classpath/include/config-int.h from the repository,
which was wrongly re-added in the classpath-0.95 merge. Committed to
the trunk, fixing bootstraps on various non-linux architectures.

  Matthias

2007-06-07  Matthias Klose  <doko@ubuntu.com>

	PR libgcj/32227
	* include/config-int.h: Delete, it is a generated file.

Index: libjava/classpath/include/config-int.h
===================================================================
--- libjava/classpath/include/config-int.h	(revision 125527)
+++ libjava/classpath/include/config-int.h	(working copy)
@@ -1,9 +0,0 @@
-#ifndef _CLASSPATH_INCLUDE_CONFIG_INT_H
-#define _CLASSPATH_INCLUDE_CONFIG_INT_H 1
-#ifndef _GENERATED_STDINT_H
-#define _GENERATED_STDINT_H "classpath 0.95"
-/* generated using gnu compiler gcc (GCC) 4.1.2 20070403 (Red Hat 4.1.2-8) */
-#define _STDINT_HAVE_STDINT_H 1
-#include <stdint.h>
-#endif
-#endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]