openbsd-ports/lang/tendra/patches/patch-mk_def_def_openbsd_mk
avsm 8f8aacc3aa Initial import of tendra-20030803
Work by tdeval@ and myself - i386 only right now, but other backends
do exist ... 
--

TenDRA is a C/C++ compiler developed, initially, by the DERA, the
Defense Evaluation and Research Agency in the United Kingdom.

A primary focus of the compiler is portability through conformance
to standard APIs (ANSI, ISO, POSIX1, POSIX2, XPG3, XPG4, SVID3,
UNIX95, among others).

The compiler has strong static checking capabilities, including the
ability to check programs for conformance to APIs which are not
directly supported by system headers.
2003-08-04 23:37:05 +00:00

16 lines
417 B
Plaintext

$OpenBSD: patch-mk_def_def_openbsd_mk,v 1.1.1.1 2003/08/04 23:37:06 avsm Exp $
--- mk/def/def.openbsd.mk.orig 2003-08-02 03:00:02.000000000 -0400
+++ mk/def/def.openbsd.mk 2003-08-03 11:23:29.000000000 -0400
@@ -8,9 +8,9 @@
# mcrt is for profiling support (prof).
CRT0?= /usr/lib/crt0.o
-CRT1?=
+CRT1?= /usr/lib/crtbegin.o
CRTI?=
-CRTN?=
+CRTN?= /usr/lib/crtend.o
GCRT0?= /usr/lib/gcrt0.o
GCRT1?=
MCRT0?=