Patch configure so that we dont need a seperate spec file for x86_64. Pass info about...
commit3c5f77d141470763ce2a4fae4d9a710251438bed
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 22 Jan 2014 13:34:53 +0000 (22 13:34 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 22 Jan 2014 13:34:53 +0000 (22 13:34 +0000)
tree5f0f1cbcbc02330e9a731843ebbb815b11179037
parentc8a50560d460be8211d2c6c2f4ba2c627d6fbe9c
Patch configure so that we dont need a seperate spec file for x86_64. Pass info about desired GCC version from configure to the spec file/target config and use it to select the version of GCC built as part of crosstools. fix the spec file to include gcc's headers in the search path, aswell as find libstdc++ when linking. Seperate the auto-linked libs into their own file in lib/auto so that it can be easily modified apart from the main spec file.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48762 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/autoinit/auto [new file with mode: 0644]
compiler/autoinit/mmakefile.src
config/elf-specs.in [moved from config/elf_x86_64-specs.in with 55% similarity]
config/target.cfg.in
configure
configure.in
tools/crosstools/mmakefile.src