This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Not exactly a bug
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Not exactly a bug
- From: Raúl Núñez de Arenas Coronado <dervishd at linuxfreak dot com>
- Date: Tue, 19 Dec 2000 22:56:15 +0100
- Reply-To: Raúl Núñez de Arenas Coronado <dervishd at linuxfreak dot com>
Hello everybody at GNU :)
I'm currently using GCC 2.95.2, and I have a little problem.
Well, is not exactly a problem nor a bug, but a nasty inconvenience.
I need the files usually installed in the directory constructed
by $(prefix)/lib/gcc-lib/$TARGET/$VERSION (well, or something like
that) in a directory without the $TARGET and $VERSION, because some
system policies. It's not really important, but I'd like to put them
at $(prefix)/lib/gcc, for example, and I cannot change this
directory.
More exactly, I've tried building with the following command:
$ make libsubdir=$MYDIR bootstrap
Is this the correct way to do that or is there any better way of
changing the libsubdir of the GCC compiler suite?
I don't want to patch the source nor the configure scripts, and
I'm not sure about breaking something with my change in the building
command.
Thanks a lot for reading this and thanks in advance for the help.
Raúl Núñez de Arenas Coronado