pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

finish changing the name



Module Name:	pkgsrc-wip
Committed By:	MLH <mlh%goathill.org@localhost>
Pushed By:	mlh
Date:		Sun Jun 15 09:51:16 2025 -0400
Changeset:	761fd323346f212fc7a2724b19d9e49e56c39654

Added Files:
	crosstool-pio/COMMIT_MSG

Log Message:
finish changing the name

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=761fd323346f212fc7a2724b19d9e49e56c39654

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 crosstool-pio/COMMIT_MSG | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diffs:
diff --git a/crosstool-pio/COMMIT_MSG b/crosstool-pio/COMMIT_MSG
new file mode 100644
index 0000000000..97453bea82
--- /dev/null
+++ b/crosstool-pio/COMMIT_MSG
@@ -0,0 +1,31 @@
+cross/crosstool-esp32: add crosstool-esp32 version 1.27.x
+
+Packaged by MLH
+
+# Crosstool-NG
+
+## Introduction
+
+Crosstool-NG aims at building toolchains. Toolchains are an essential
+component in a software development project. It will compile, assemble and
+link the code that is being developed. Some pieces of the toolchain will
+eventually end up in the resulting binaries:  static libraries are but an
+example.
+
+**Before reporting a bug**, please read [bug reporting
+guidelines](http://crosstool-ng.github.io/support/). Bugs that do not provide
+the required information will be closed without explanation.
+
+Refer to [documentation at crosstool-NG
+website](http://crosstool-ng.github.io/docs/) for more information on how to
+configure, install and use crosstool-NG.
+
+**Note 1:** If you elect to build a uClibc-based toolchain, you will have to
+prepare a config file for uClibc with <= crosstool-NG-1.21.0.  In >=
+crosstool-NG-1.22.0 you only need to prepare a config file for uClibc(or
+uClibc-ng) if you really need a custom config for uClibc.
+
+**Note 2:** If you call `ct-ng --help` you will get help for `make(2)`. This
+is because ct-ng is in fact a `make(2)` script.  There is no clean workaround
+for this.
+


Home | Main Index | Thread Index | Old Index