comparison gcc/config/i386/gnu.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Configuration for an i386 running GNU with ELF as the target machine. */ 1 /* Configuration for an i386 running GNU with ELF as the target machine. */
2 2
3 /* 3 /*
4 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 4 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5 2005, 2007, 2008 Free Software Foundation, Inc. 5 2005, 2007, 2008, 2011 Free Software Foundation, Inc.
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 8
9 GCC is free software: you can redistribute it and/or modify 9 GCC is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
25 25
26 #undef TARGET_VERSION 26 #undef TARGET_VERSION
27 #define TARGET_VERSION fprintf (stderr, " (i386 GNU)"); 27 #define TARGET_VERSION fprintf (stderr, " (i386 GNU)");
28 28
29 #undef CPP_SPEC 29 #undef CPP_SPEC
30 #define CPP_SPEC "%{pthread:-D_REENTRANT} %{posix:-D_POSIX_SOURCE} %{bsd:-D_BSD_SOURCE}" 30 #define CPP_SPEC "%{pthread:-D_REENTRANT} %{posix:-D_POSIX_SOURCE}"
31 31
32 #undef CC1_SPEC 32 #undef CC1_SPEC
33 #define CC1_SPEC "%(cc1_cpu)" 33 #define CC1_SPEC "%(cc1_cpu)"
34 34
35 #undef STARTFILE_SPEC 35 #undef STARTFILE_SPEC