comparison gcc/doc/hostconfig.texi @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 1 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2 @c 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc. 2 @c 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009
3 @c Free Software Foundation, Inc.
3 @c This is part of the GCC manual. 4 @c This is part of the GCC manual.
4 @c For copying conditions, see the file gccint.texi. 5 @c For copying conditions, see the file gccint.texi.
5 6
6 @node Host Config 7 @node Host Config
7 @chapter Host Configuration 8 @chapter Host Configuration
210 211
211 @item HOST_LONG_LONG_FORMAT 212 @item HOST_LONG_LONG_FORMAT
212 If defined, the string used to indicate an argument of type @code{long 213 If defined, the string used to indicate an argument of type @code{long
213 long} to functions like @code{printf}. The default value is 214 long} to functions like @code{printf}. The default value is
214 @code{"ll"}. 215 @code{"ll"}.
216
217 @item HOST_LONG_FORMAT
218 If defined, the string used to indicate an argument of type @code{long}
219 to functions like @code{printf}. The default value is @code{"l"}.
220
221 @item HOST_PTR_PRINTF
222 If defined, the string used to indicate an argument of type @code{void *}
223 to functions like @code{printf}. The default value is @code{"%p"}.
215 @end ftable 224 @end ftable
216 225
217 In addition, if @command{configure} generates an incorrect definition of 226 In addition, if @command{configure} generates an incorrect definition of
218 any of the macros in @file{auto-host.h}, you can override that 227 any of the macros in @file{auto-host.h}, you can override that
219 definition in a host configuration header. If you need to do this, 228 definition in a host configuration header. If you need to do this,