* [Buildroot] [buildroot 0000782]: Config path for uClibc not included in uClibc makefile
@ 2007-02-12 13:43 bugs at busybox.net
0 siblings, 0 replies; only message in thread
From: bugs at busybox.net @ 2007-02-12 13:43 UTC (permalink / raw)
To: buildroot
The following issue has been ASSIGNED.
======================================================================
http://busybox.net/bugs/view.php?id=782
======================================================================
Reported By: maroc
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 782
Category: Other
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 03-10-2006 16:39 PST
Last Modified: 02-12-2007 05:43 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
12-22-06 04:15 bernhardf Resolution open => fixed
02-12-07 05:43 vapier Status closed => assigned
02-12-07 05:43 vapier Assigned To uClibc => buildroot
======================================================================
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-12 13:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-12 13:43 [Buildroot] [buildroot 0000782]: Config path for uClibc not included in uClibc makefile bugs at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox