mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
26 lines
1 KiB
Text
26 lines
1 KiB
Text
Index: src/lib/env/freebsd/common/80x86/tcc_diag
|
|
===================================================================
|
|
RCS file: /usr/home/stefan/ten15/cvsup/tendra/src/lib/env/freebsd/common/80x86/tcc_diag,v
|
|
retrieving revision 1.3
|
|
diff -u -r1.3 tcc_diag
|
|
--- src/lib/env/freebsd/common/80x86/tcc_diag 17 Aug 2003 20:22:09 -0000 1.3
|
|
+++ src/lib/env/freebsd/common/80x86/tcc_diag 1 Sep 2003 23:42:59 -0000
|
|
@@ -4,4 +4,4 @@
|
|
|
|
+CRT0 "<LIB_CRT0>"
|
|
<LINK "-L<TENDRA_LIBDIR>/diag"
|
|
->SYS_LIB "-static -lg"
|
|
+>SYS_LIB "-static"
|
|
Index: src/lib/env/freebsd/common/alpha/tcc_diag
|
|
===================================================================
|
|
RCS file: /usr/home/stefan/ten15/cvsup/tendra/src/lib/env/freebsd/common/alpha/tcc_diag,v
|
|
retrieving revision 1.2
|
|
diff -u -r1.2 tcc_diag
|
|
--- src/lib/env/freebsd/common/alpha/tcc_diag 17 Aug 2003 20:22:09 -0000 1.2
|
|
+++ src/lib/env/freebsd/common/alpha/tcc_diag 1 Sep 2003 23:43:07 -0000
|
|
@@ -5,4 +5,4 @@
|
|
|
|
+CRT0 "<LIB_CRT0>"
|
|
<LINK "-L<TENDRA_LIBDIR>/diag"
|
|
->SYS_LIB "-static -lg"
|
|
+>SYS_LIB "-static"
|