This is the mail archive of the gcc-bugs@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]

Makefiles advice needed...


Before I bother to produce a patch, which I'm not sure at all would
resolve the problem, I'd like some advice.  A lot of gcc's Makefils
include ${prefix} and its relatives in ${FLAGS_TO_PASS} or the
equivalent - but also, a lot of other Makefiles don't.  This is (I
suspect) the cause of my recurring problem with multilib builds; the
multilibbed copy of libiberty invariably gets installed in the
configure-time, not install-time, ${prefix}.  Is ${prefix} propogated
some other way than through this variable?

Dan

/--------------------------------\  /--------------------------------\
|       Daniel Jacobowitz        |__|        SCS Class of 2002       |
|   Debian GNU/Linux Developer    __    Carnegie Mellon University   |
|         dan@debian.org         |  |       dmj+@andrew.cmu.edu      |
\--------------------------------/  \--------------------------------/


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