Alistair Crooks (agc@netbsd) -- help welcome. tendra is a multi-targetted BSD-licensed C and C++ compiler. Alistair says: At the moment, it can't handle the RENAME()s in NetBSD's header files, and I build things in a ${WRKSRC}/build directory, and these files need to be moved to ${PREFIX} in the install stage. The files should also be checked to see if there are any embedded hardcoded paths, which would make this approach infeasible.
11 lines
378 B
Text
11 lines
378 B
Text
$NetBSD: patch-aw,v 1.1.1.1 2003/04/29 09:22:28 thomasklausner Exp $
|
|
|
|
--- /dev/null 2003-04-28 11:51:50.000000000 +0100
|
|
+++ src/lib/env/netbsd/common/80x86/tcc_prof 2003-04-28 11:49:12.000000000 +0100
|
|
@@ -0,0 +1,6 @@
|
|
+/* TCC ENVIRONMENT : PROFILING FOR NetBSD */
|
|
+
|
|
++CRT0 "/usr/lib/gcrt0.o"
|
|
+<SYS_LINK "-static -lgmon -lc_p"
|
|
++FLAG_TRANS "-P"
|
|
++LINE_START "#pragma@preserve@*"
|