This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

RE: --with-headers=$GNUTOOLS/$TARGET/include when configuring gcc,why use this?


--with-headers
Specifies that target headers are available when building a cross compiler.
The dir argument specifies a directory which has the target include files.
These include files will be copied into the gcc install directory. This
option with the dir argument is required when building a cross compiler, if
prefix/target/sys-include doesn't pre-exist. If prefix/target/sys-include
does pre-exist, the dir argument may be omitted. fixincludes will be run on
these files to make them compatible with GCC. 
<<<Source: http://gcc.gnu.org/install/configure.html>>>

Manoj


> -----Original Message-----
> From: Liuzhao [mailto:liuzhao99@mails.tsinghua.edu.cn]
> Sent: Tuesday, December 09, 2003 1:21 PM
> To: crossgcc@sources.redhat.com
> Subject: --with-headers=$GNUTOOLS/$TARGET/include when 
> configuring gcc,why use this?
> 
> 
> Hello everybody!
> 
> 	 Can anyone tell me the function of 
> --with-headers=$GNUTOOLS/$TARGET/include when configuring 
> gcc? I see some papers use it ,while some others donnot use 
> this option.  
>      Thank you!
>  				
> 
>         Liuzhao
>         liuzhao99@mails.tsinghua.edu.cn
>           2003-12-09
> 
> 
> 
> 
> ------
> Want more information?  See the CrossGCC FAQ, 
http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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