mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a334cf60ed
- Give maintainership to submitter "Unfortunately FreeBSD 5.x uses the GNU C extension __attribute__((__aligned__(x))) in a couple of system headers (<machine/npx.h>, <machine/signal.h> and <machine/ucontext.h> for i386). To avoid a syntax error __aligned(x) is removed by a #define, but programs that use struct sigcontext, struct savexmm or mcontext_t probably won't work." PR: 52619 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
17 lines
567 B
Plaintext
17 lines
567 B
Plaintext
TenDRA* is an optimizing C/C++ compiler, developed by the United
|
|
Kingdom Defence Evaluation and Research Agency (DERA).
|
|
|
|
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.
|
|
|
|
WWW: http://www.TenDRA.org/
|
|
|
|
-----
|
|
* TenDRA is a registered trademark of the UK Defence Evaluation
|
|
and Research Agency.
|