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 1 of 2] libc: add disable-versioning and enable-oldest-abi to (e)glibc


Bryan, All,

On Wednesday 10 November 2010 19:39:00 Bryan Hundven wrote:
> +config LIBC_DISABLE_VERSIONING
> +    bool
> +    prompt "Disable versioning information in library objects"
> +    default n
> +    help
> +      Do not include versioning information in the library objects.

Could you elaborate on why one may wish to disable symbols versionning?

> +config LIBC_OLDEST_ABI
> +    string
> +    prompt "Configure the oldest ABI supported [e.g. 2.2]"
> +    default ""
> +    help
> +      Setting this option, for example, to 2.2 will provide ABI support
> +      back to (e)glibc-2.2.
> +
> +      If this option is not set, (e)glibc will choose for you.
> +

I've split the patch in two: one to add the symbols versioning option,
and the other to add the ABI selection.

I have them pending here. Thank you!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



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