This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
hppa64-hp-hpux11.00: how to avoid usage of langtools?
- From: Markus Werle <numerical dot simulation at web dot de>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 13 Mar 2002 11:38:43 +0100
- Subject: hppa64-hp-hpux11.00: how to avoid usage of langtools?
Hi!
I found out that gcc takes files from the hpux system
(especially /opt/langtools/lib/pa20_64/crt0.o) to build executables.
This is sad, because crt0.o is shipped with the hp compilers
($1200 at least) and does _not_ belong to a vanilla system.
So even if someone provides a precompiled gcc
(free software), one seems to be forced to buy and install the
hp compilers.
Is there any way to tell gcc to not rely on these files
in order to break that dependency?
Markus