Commit a5e92d92 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

uclibc: convert to the package infrastructure



[Peter: update manual to match]
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 00e9b1e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@ follow these steps:
  similar to the one used in the Linux kernel or Buildroot,
  appears. Make your configuration changes as appropriate.

* Copy the +$(O)/toolchain/uClibc-VERSION/.config+ file to a different
* Copy the +$(O)/build/uClibc-VERSION/.config+ file to a different
  place (e.g. +board/MANUFACTURER/BOARDNAME/uClibc.config+) and adjust
  the uClibc configuration file option +BR2_UCLIBC_CONFIG+ to refer to this
  configuration instead of the default one.

* Run the compilation of Buildroot again.

Otherwise, you can simply change +toolchain/uClibc/uClibc-VERSION.config+,
Otherwise, you can simply change +package/uclibc/uClibc-VERSION.config+,
without running the configuration assistant.

If you want to use an existing config file for uClibc, then see
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ GCC_INTERMEDIATE_SOURCE = $(GCC_SOURCE)

HOST_GCC_INTERMEDIATE_DEPENDENCIES = \
	$(HOST_GCC_COMMON_DEPENDENCIES) \
	uclibc-configured
	uclibc-configure

HOST_GCC_INTERMEDIATE_EXTRACT_CMDS = $(HOST_GCC_EXTRACT_CMDS)

Loading