Commit 9c28f283 by Matthias Klose Committed by Matthias Klose

re PR libgcj/32227 (../gcc/libjava/classpath/include/config-int.h:7:20: error:…

re PR libgcj/32227 (../gcc/libjava/classpath/include/config-int.h:7:20: error: stdint.h: No such file or directory)

2007-06-07  Matthias Klose  <doko@ubuntu.com> 
 
        PR libgcj/32227 
        * include/config-int.h: Delete, it is a generated file.

From-SVN: r125528
parent 42714026
2007-06-07 Matthias Klose <doko@ubuntu.com>
PR libgcj/32227
* include/config-int.h: Delete, it is a generated file.
2007-06-04 Matthias Klose <doko@ubuntu.com>
* m4/acinclude.m4: Accept GCJ and JIKES.
......
#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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment