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

See crosstool-NG 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 2] Add support for retrieving needed custom tarballs


After selecting CT_KERNEL_LINUX_CUSTOM kernel configuration item,
softlink in function scripts/functions:CT_GetCustom() is created
and if linux custom tarball does not locally exist, this leads
subsequently to extracting error.

These patches:
1) Check if linux custom tarball locally exists
2) If does not exist, retrieve it
3) Change its debug info
   for example: from  linux-3.4  to  linux-custom

Currently there is not possible to choose custom version for other
tarballs: gdb, uClibc, newlib, gcc, binutils.
They all call function - scripts/functions:CT_GetCustom()

Regards,

Jerzy



--
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]