.project
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 17 16:22:51 2007 +0000 (2007-05-17)
changeset 96 aa1a9fbd6eb8
permissions -rw-r--r--
Debug facilities:
- add a framework to easily add new ones
- add gdb as a first debug facility
- add patches for gdb
After the kernel checked its installed headers, clean up the mess of .checked.* files.
Reorder scripts/crosstool.sh:
- dump the configuration early
- renice early
- get info about build system early, when setting up the environment
- when in cross or native, the host tools are those of the build system, and only in this case
- elapsed time calculations moved to scripts/functions
Remove handling of the color: it's gone once and for all.
Update tools/addToolVersion.sh:
- handle debug facilities
- commonalise some code
- remove dead tools (cygwin, tcc)
Point to my address for bug reports.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <projectDescription>
     3 	<name>crosstool-ng</name>
     4 	<comment></comment>
     5 	<projects>
     6 	</projects>
     7 	<buildSpec>
     8 		<buildCommand>
     9 			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
    10 			<triggers>full,incremental,</triggers>
    11 			<arguments>
    12 				<dictionary>
    13 					<key>LaunchConfigHandle</key>
    14 					<value>&lt;project&gt;/.externalToolBuilders/org.eclipse.cdt.make.core.makeBuilder.launch</value>
    15 				</dictionary>
    16 			</arguments>
    17 		</buildCommand>
    18 		<buildCommand>
    19 			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
    20 			<triggers>full,incremental,</triggers>
    21 			<arguments>
    22 				<dictionary>
    23 					<key>LaunchConfigHandle</key>
    24 					<value>&lt;project&gt;/.externalToolBuilders/org.eclipse.cdt.make.core.ScannerConfigBuilder.launch</value>
    25 				</dictionary>
    26 			</arguments>
    27 		</buildCommand>
    28 	</buildSpec>
    29 	<natures>
    30 		<nature>org.eclipse.cdt.core.cnature</nature>
    31 		<nature>org.eclipse.cdt.make.core.makeNature</nature>
    32 		<nature>org.eclipse.cdt.make.core.ScannerConfigNature</nature>
    33 	</natures>
    34 </projectDescription>