annotate src/native-gcc-1-float.patch @ 3718:992be3109433

new patch for stable-octave package
author John W. Eaton <jwe@octave.org>
date Sun, 05 Oct 2014 11:12:39 -0400
parents 6751799320ce
children 9caae5336e92
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2915
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 This file is part of MXE.
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 See index.html for further information.
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 This patch has been taken from:
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00387.html
3718
992be3109433 new patch for stable-octave package
John W. Eaton <jwe@octave.org>
parents: 3590
diff changeset
6 http://sourceforge.net/tracker/?func=detail&atid=302435&aid=3011968&group_id=2435
2915
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7
3718
992be3109433 new patch for stable-octave package
John W. Eaton <jwe@octave.org>
parents: 3590
diff changeset
8 diff -urN a/gcc/ginclude/float.h b/gcc/ginclude/float.h
992be3109433 new patch for stable-octave package
John W. Eaton <jwe@octave.org>
parents: 3590
diff changeset
9 --- a/gcc/ginclude/float.h 2009-04-09 17:00:19.000000000 +0200
992be3109433 new patch for stable-octave package
John W. Eaton <jwe@octave.org>
parents: 3590
diff changeset
10 +++ b/gcc/ginclude/float.h 2010-06-05 12:03:41.887724045 +0200
992be3109433 new patch for stable-octave package
John W. Eaton <jwe@octave.org>
parents: 3590
diff changeset
11 @@ -275,3 +275,7 @@
2915
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 #endif /* __STDC_WANT_DEC_FP__ */
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 #endif /* _FLOAT_H___ */
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 +
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16 +#ifdef __MINGW32__
3718
992be3109433 new patch for stable-octave package
John W. Eaton <jwe@octave.org>
parents: 3590
diff changeset
17 +#include_next<float.h>
2915
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 +#endif