This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: config files for new port


At 4:02 PM -0400 7/26/01, Bahman Sistany wrote:

>All,
>To compile and build for a new port where(what config files) do I need
>to add the new port?
>I tried adding the new cpu type to config.sub and gcc/configure but
>after "configure --target=<new-cpu>" and "make LANGUAGES=c" I am only
>getting code for the host which is a i686-pc-linux-gnu system.
>
>Thanks,
> Bahman


	You have to do

		configure.in
		gcc/configure.in


	and then run autoconf in the gcc source directory.

	NOTE: don't run autoconf in the top level source directory!!
-- 
------------------------------------------------------------------------

		    Quality Software Management
		http://home.earthlink.net/~qsmgmt
			apl@alum.mit.edu
			(978)287-0435 Voice
			(978)808-6836 Cell
			(978)287-0436 Fax

	Software Process Improvement and Management Consulting
	     Language Design and Compiler Implementation


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