[buildroot 0000782]: Config path for uClibc not included in uClibc makefile

bugs at busybox.net bugs at busybox.net
Fri Dec 22 12:15:09 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=782 
====================================================================== 
Reported By:                maroc
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   782
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             03-10-2006 16:39 PST
Last Modified:              12-22-2006 04:15 PST
====================================================================== 
Summary:                    Config path for uClibc not included in uClibc
makefile
Description: 
In the buildroot config, if you specify the path to the uClibc config, this
config is not included when compiling uClibc. The make file for uClibc in
toolchain/uClibc contains the statement:

ifndef $(UCLIBC_CONFIG_FILE)

but the config option for the uClibc config path is named:

BR2_PACKAGE_UCLIBC_CONFIG

so the config file specifed in the buildroot config is not used.

====================================================================== 

---------------------------------------------------------------------- 
 maroc - 03-16-06 13:35  
---------------------------------------------------------------------- 
Looking at the make file for busybox, I see a line like

BUSYBOX_CONFIG_FILE=$(subst ",, $(strip $(BR2_PACKAGE_BUSYBOX_CONFIG)))

where the busybox config is set from the buildroot config option.

Maybe the uclibc make file needs a similar statement to get the path for
the uclibc config? e.g.

UCLIBC_CONFIG_FILE=$(subst ",, $(strip $(BR2_PACKAGE_UCLIBC_CONFIG))) 

---------------------------------------------------------------------- 
 bernhardf - 12-22-06 04:15  
---------------------------------------------------------------------- 
AFAICS there is no BR2_PACKAGE_UCLIBC_CONFIG anymore.

If you want to use a pre-configured .config for uClibc, then
$ make UCLIBC_CONFIG_FILE=/my/uClibc.config

See docs/README. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-10-06 16:39  maroc          New Issue                                    
03-10-06 16:39  maroc          Status                   new => assigned     
03-10-06 16:39  maroc          Assigned To               => uClibc          
03-16-06 13:35  maroc          Note Added: 0001186                          
12-22-06 04:15  bernhardf      Status                   assigned => closed  
12-22-06 04:15  bernhardf      Note Added: 0001912                          
======================================================================




More information about the uClibc-cvs mailing list