avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #44574] Place device-specific libraries in their mul


From: Pitchumani
Subject: [avr-libc-dev] [bug #44574] Place device-specific libraries in their multilib directory.
Date: Mon, 13 Apr 2015 12:47:37 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36 OPR/28.0.1750.51

Update of bug #44574 (project avr-libc):

                  Status:                    None => Ready For Test         

    _______________________________________________________

Follow-up Comment #1:

Attached patch to changes the startup object and device specific libraries
name. 
Also place them into multilib (architecture) location.
Startup object file name: crt<device>.o 
Device specific lib name: lib<device>.a 

Old startup object file name (e.g. crtm1280.o) is not removed from the device
list yet. 
This may be required when we make avr-libc compile-able with older gcc
version.

ChangeLog

2015-04-13  Pitchumani Sivanupandi <address@hidden>

        bug #44574: Place device-specific libraries in their multilib directory.
        * configure.ac (AC_CONFIG_FILES): Replace dev directory with 
architecture
        directory where device specific lib (lib<device>.a) and startup object
        file (crt<device>.o) to be installed.
        * devtools/Devices.am (avr_LIBRARIES): Change device library name to
        lib<device>.a.
        * devtools/gen-avr-lib-tree.sh (AVR12_DEV_INFO): Remove tiny stack 
devices
        as they are part of AVR12TS_DEV_INFO.
        (AVR25_DEV_INFO): Ditto.
        Change startup object file name to crt<device>.o and install location to
        multilib (architecture) directory.



(file #33665)
    _______________________________________________________

Additional Item Attachment:

File name: move-crt-lib-to-multilib-location.patch Size:22 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?44574>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]