public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* bfd.h installation location
@ 2002-05-10 17:15 Brendan Conoboy
  2002-05-11  0:59 ` Alan Modra
  0 siblings, 1 reply; 41+ messages in thread
From: Brendan Conoboy @ 2002-05-10 17:15 UTC (permalink / raw)
  To: binutils

Hiya,

Today I noticed that bfd.h gets installed under $prefix/include instead
of $exec-prefix/include (or maybe $exec-prefix/target-prefix/include),
but includes some host/target-specific data.  In particular, the
default word size:

/* The word size used by BFD on the host.  This may be 64 with a 32
   bit target if the host is 64 bit, or if other 64 bit targets have
   been selected with --enable-targets, or if --enable-64-bit-bfd.  */
#define BFD_ARCH_SIZE 64

/* The word size of the default bfd target.  */
#define BFD_DEFAULT_TARGET_SIZE 64

This creates a bit of a conflict when there's two different hosts (a
32 bit and a 64 bit) sharing the same include directory.  Whichever
installs last gets its bfd.h and the other loses.  I don't know how
harmful this may be, but sure would like to know.  Can anybody comment?

-- 
-Brendan (blc@redhat.com)

^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2002-05-20 10:35 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-10 17:15 bfd.h installation location Brendan Conoboy
2002-05-11  0:59 ` Alan Modra
2002-05-11  1:04   ` Alexandre Oliva
2002-05-11  6:54   ` M. R. Brown
2002-05-11  9:58     ` H . J . Lu
2002-05-11 12:47       ` Alexandre Oliva
2002-05-12 17:57         ` Alan Modra
2002-05-12 22:18           ` Alexandre Oliva
2002-05-12 23:02             ` Alan Modra
2002-05-12 23:20               ` H . J . Lu
2002-05-12 23:46               ` Alexandre Oliva
2002-05-13  0:13                 ` H . J . Lu
2002-05-13  1:44                   ` Alexandre Oliva
2002-05-14 23:53                     ` Alan Modra
2002-05-15  1:26                       ` Alexandre Oliva
2002-05-15  8:52                         ` H . J . Lu
2002-05-15 14:56                           ` Alan Modra
2002-05-15 16:54                             ` H . J . Lu
2002-05-15 17:15                               ` Alan Modra
2002-05-15 17:50                                 ` H . J . Lu
2002-05-15 19:19                                   ` Alexandre Oliva
2002-05-16  6:22                                     ` Maciej W. Rozycki
2002-05-16 14:45                                       ` Alexandre Oliva
2002-05-16 19:28                                         ` Alan Modra
2002-05-16 19:45                                           ` Alexandre Oliva
2002-05-16 20:52                                             ` Alan Modra
2002-05-17  0:24                                               ` Alexandre Oliva
2002-05-16 19:58                                           ` H . J . Lu
2002-05-16 21:13                                             ` Alan Modra
2002-05-16 21:34                                               ` Alan Modra
2002-05-17  0:29                                                 ` Alexandre Oliva
2002-05-17  2:46                                                   ` Alan Modra
2002-05-18 22:47                                                     ` Alexandre Oliva
2002-05-20  3:35                                                       ` Maciej W. Rozycki
2002-05-15 22:48                                   ` Alan Modra
2002-05-16  8:36                                     ` H . J . Lu
2002-05-15  8:58                       ` H . J . Lu
2002-05-15  9:23                         ` Andrew Cagney
2002-05-15  9:39                           ` H . J . Lu
2002-05-16  6:18                       ` Maciej W. Rozycki
2002-05-11  9:50   ` H . J . Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).