This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

[PATCH 0 of 4] No static link on Darwin + new gcc options


Hello All!

Here are a few patches that:
 - disable static linking on Darwin:
   - it does not work
   - it is not supported either
 - add a few new options to gcc:
   - pass build-id to the linker
   - pass hash-style to the linker (not used, requires upcoming 4.7)
   - use a few MIPS-related configure options

Titus, Bryan, can you confirm about the first patch? Thx.

Titus, you'd probably be interested only in the first patch, but I
sent it all as a single series, sorry for the noise.

 b/config/cc/gcc.in.2        |   64    64     0     0 ++++++++++++++++++++++++++++++++++++++++++++
 b/config/debug/gdb.in.cross |    1     1     0     0 +
 b/config/toolchain.in       |    1     1     0     0 +
 b/configure                 |   23    23     0     0 ++++++++++++++++
 b/config/cc/gcc.in          |   10    10     0     0 +++++++
 b/scripts/build/cc/gcc.sh   |   50    50     0     0 ++++++++++++++++++++++++++++++++++
 b/config/cc/gcc.in.mips     |   34    34     0     0 +++++++++++++++++++++++
 7 files changed, 183 insertions(+)

Regards,
Yann E. MORIN.

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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