pkgsrc-WIP-changes archive

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

added todo hints



Module Name:	pkgsrc-wip
Committed By:	jaypatelani <jaypatelani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Wed May 12 12:30:52 2021 +0530
Changeset:	a82d04813bb82de1b1587484f84cdf17ca485cd1

Added Files:
	ada_gnat/TODO

Log Message:
added todo hints

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

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

diffstat:
 ada_gnat/TODO | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diffs:
diff --git a/ada_gnat/TODO b/ada_gnat/TODO
new file mode 100644
index 0000000000..5400d649fb
--- /dev/null
+++ b/ada_gnat/TODO
@@ -0,0 +1,17 @@
+Hint to get gcc to build up
+the bootstrap compiler's bin directory at the front of $PATH, 
+replace /usr/bin/gcc /usr/bin/cpp /usr/bin/g++ 
+with symlinks to their counterparts in the bootstrap 
+compiler directory (see note below re g++ and c++)
+
+Make sure you've got gnu-binutils and gmake; then run 
+contrib/download_prerequisites
+
+Configure with --enable-languages='c ada c++' --build=x86_64-aux-solaris2.11 --enable-threads=posix 
+--disable-libmudflap --disable-libgomp --disable-libssp 
+--disable-libquadmath --disable-nls --disable-shared --disable-lto 
+--disable-libstdcxx-pch --enable-multilib --with-gnu-as 
+--with-as=/usr/bin/gas --without-gnu-ld --with-ld=/usr/bin/ld
+
+gmake and then gmake install
+


Home | Main Index | Thread Index | Old Index