OS Specific Toolchain: Difference between revisions

[unchecked revision][unchecked revision]
(Note for default include directory with GCC 4.9.2 and newer.)
Line 285:
=== Changing the Default Library Directory ===
 
You can change the default library path to <tt>/lib</tt> by adding the following block of code to the case just below the declaration of <tt>NATIVE_LIB_DIRS</tt> in <tt>binutils/ld/configure.tgt</tt> (around line 785).
'''TODO''': Document this, but it is done by changing binutils and is a bit more complex
 
<source lang="c">
*-*-myos*)
NATIVE_LIB_DIRS='/lib'
;;
</source>
 
=== Start Files Directory ===
Anonymous user