Update of /cvsroot/leaf/src/bering-uclibc4/source/libtool
In directory 
sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3684/source/libtool

Added Files:
        buildtool.cfg buildtool.mk libtool-2.4.tar.gz 
Log Message:
updated libtool to latest version


--- NEW FILE: buildtool.cfg ---
<File buildtool.mk>
  Server = cvs4-sourceforge
  Revision = HEAD
  Directory = libtool
</File>

<File libtool-2.4.tar.gz>
  Server = cvs4-sourceforge
  Directory = libtool
  Revision = HEAD  
  envname = LIBTOOL_SOURCE
</File>


--- NEW FILE: buildtool.mk ---
#############################################################
#
# libtool
#
#############################################################

include $(MASTERMAKEFILE)
LIBTOOL_DIR:=libtool-2.4
export CC=$(TARGET_CC)
CFLAGS=-Os -s -I$(BT_STAGING_DIR)/include:$(BT_STAGING_DIR)/include/include
export CFLAGS
STRIP_OPTIONS=-s --remove-section=.note --remove-section=.comment 

$(LIBTOOL_DIR)/.source:                 
        zcat $(LIBTOOL_SOURCE) |  tar -xvf -    
        touch $(LIBTOOL_DIR)/.source

$(LIBTOOL_DIR)/.configured: $(LIBTOOL_DIR)/.source
        (cd $(LIBTOOL_DIR); rm -rf config.cache; \
        CC=$(TARGET_CC)  ./configure \
                --prefix=$(BT_STAGING_DIR) \
                --target=$(BT_TARGET_NAME) \
                --host=$(BT_TARGET_NAME) \
                --build=$(BT_HOST_NAME) );
        touch $(LIBTOOL_DIR)/.configured

source: $(LIBTOOL_DIR)/.source

$(LIBTOOL_DIR)/.build: $(LIBTOOL_DIR)/.configured
        $(MAKE) CC=$(TARGET_CC) -C $(LIBTOOL_DIR) 
        $(MAKE) CC=$(TARGET_CC) -C $(LIBTOOL_DIR) install
        touch $(LIBTOOL_DIR)/.build

build: $(LIBTOOL_DIR)/.build

clean:
        -rm $(LIBTOOL_DIR)/.build
        $(MAKE) -C $(LIBTOOLF_DIR) uninstall
        $(MAKE) -C $(LIBTOOL_DIR) clean

srcclean:
        rm -rf $(LIBTOOL_DIR)

  

--- NEW FILE: libtool-2.4.tar.gz ---
(This appears to be a binary file; contents omitted.)


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to