This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Installing GCC components in separate directories


Hi,

I build MinGW using the following PL: ada,c,c++,fortran,obj-c,obj-c++
I need the ability to install the necessary files for each specific PL
in separate directories.

I think it needs to use something like "make DESTDIR=<dir>
install-gcc-c" / "make DESTDIR=<dir> install-gcc-c++" / "make
DESTDIR=<dir> install-ada", and so on.

The question is that I was not able to find the names of the rules for each PL.


Thanks!


-- 
Regards,
niXman
___________________________________________________
Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingwbuilds/
___________________________________________________
Another online IDE: http://liveworkspace.org/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]