mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
build_cross_tools: make the cross compiler more reuse friendly
This commit is contained in:
parent
579f1dbca9
commit
111204e0d9
@ -184,6 +184,11 @@ make install-gcc-cross || {
|
||||
# equivalent.
|
||||
rm -f $installDir/lib/gcc-lib/i586-pc-haiku/$haikuRequiredLegacyGCCVersion/include/math.h
|
||||
|
||||
# Symlink the built-in C++ headers path to the sys-include directory. This is
|
||||
# not actually needed for cross compiling Haiku itself, but simplifies using the
|
||||
# cross compiler for building the bootstrap packages.
|
||||
(cd $installDir/include; ln -s ../i586-pc-haiku/sys-include/c++/2.95.3 g++)
|
||||
|
||||
|
||||
# cleanup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user