* [ptxdist] [PATCH] platform: toolchain: mention that version for libc is mandatory
@ 2015-11-07 14:34 Wolfram Sang
0 siblings, 0 replies; only message in thread
From: Wolfram Sang @ 2015-11-07 14:34 UTC (permalink / raw)
To: ptxdist; +Cc: Wolfram Sang
If it is not defined, build breaks:
---------------------------
target: glibc.targetinstall
---------------------------
ptxdist: error: ptxd_make_xpkg_init: please define <PKG>_VERSION
or:
----------------------------
target: uclibc.targetinstall
----------------------------
ptxdist: error: ptxd_make_xpkg_init: please define <PKG>_VERSION
I am not the first one to experience this:
https://www.mail-archive.com/oselas@community.pengutronix.de/msg02033.html
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
platforms/toolchain.in | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/platforms/toolchain.in b/platforms/toolchain.in
index 2807bc7..3f0b2bb 100644
--- a/platforms/toolchain.in
+++ b/platforms/toolchain.in
@@ -49,9 +49,7 @@ config GLIBC_VERSION
prompt "check for specific glibc version"
default "2.18"
help
- Specify the glibc version this BSP shall be built with. This information
- is used to guess the toolchain path if you use "ptxdist toolchain"
- without an argument.
+ Mandatory: Specify the glibc version this BSP shall be built with.
endif
if LIBC_UCLIBC
@@ -60,9 +58,7 @@ config UCLIBC_VERSION
prompt "check for specific uClibc version"
default "0.9.33.2"
help
- Specify the uClibc version this BSP shall be built with. This information
- is used to guess the toolchain path if you use "ptxdist toolchain"
- without an argument.
+ Mandatory: Specify the uClibc version this BSP shall be built with.
endif
config GNU_TARGET
--
2.1.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-11-07 14:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-07 14:34 [ptxdist] [PATCH] platform: toolchain: mention that version for libc is mandatory Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox