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]

Re: [PATCH 8 of 8] kconfig: prepend CT-NG's version tag to PKGVERSION


Yann, all,

> Compute the string only once. Eg. in scripts/crosstool-ng.sh.in:
>   CT_PKGVERSION="crosstool-NG
>   ${CT_VERSION}${CT_TOOLCHAIN_PKGVERSION:+ -
>   ${CT_TOOLCHAIN_PKGVERSION}}"
>
> Then use "${CT_PKGVERSION}" every where: gcc, gdb...

OK. I'll do that on Friday.

> Ditto bugurl.

Why? There is no string computation for bugurl. Do you want something like
CT_BUGURL="${CT_TOOLCHAIN_BUGURL}"
then use "${CT_BUGURL}" everywhere?

Best regards,
BenoÃt

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