diff options
author | sperber <sperber@FreeBSD.org> | 2012-12-01 07:52:49 +0800 |
---|---|---|
committer | sperber <sperber@FreeBSD.org> | 2012-12-01 07:52:49 +0800 |
commit | 82fe0946391dd4af81641fd9c448e1ea10a0aa9c (patch) | |
tree | ab991e9310435b7d701f182ec6a7636c73882f7c /devel/jwasm/pkg-descr | |
parent | 6417c901f2ce5967e14e2c2181c98694ec43f2ee (diff) | |
download | freebsd-ports-gnome-82fe0946391dd4af81641fd9c448e1ea10a0aa9c.tar.gz freebsd-ports-gnome-82fe0946391dd4af81641fd9c448e1ea10a0aa9c.tar.zst freebsd-ports-gnome-82fe0946391dd4af81641fd9c448e1ea10a0aa9c.zip |
- Update to version 208
- Update pkg-descr
- Trim Makefile header
PR: ports/171986
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
Diffstat (limited to 'devel/jwasm/pkg-descr')
-rw-r--r-- | devel/jwasm/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/jwasm/pkg-descr b/devel/jwasm/pkg-descr index 6f9e45dcf95e..9542554a43d9 100644 --- a/devel/jwasm/pkg-descr +++ b/devel/jwasm/pkg-descr @@ -6,14 +6,14 @@ is open. JWasm Features: - JWasm natively supports output formats Intel OMF, MS Coff (32- and -64-bit), Elf (32-and 64-bit), Bin and DOS MZ. + 64-bit), Elf (32- and 64-bit), Bin and DOS MZ. - precompiled JWasm binaries are available for DOS, Windows and Linux. For -OS/2 and FreeBSD, makefiles are supplied. -- Instructions up to AVX are supported. + OS/2 and FreeBSD, makefiles are supplied. +- Instructions up to SSSE3 are supported. - The JWasm source is portable and has successfully been tested with Open -Watcom, MS VC, GCC and more. + Watcom, MS VC, GCC and more. - As far as programming for Windows is concerned, JWasm can be used with -both Win32Inc and Masm32. + both Win32Inc and Masm32. - C header files can be converted to include files for JWasm with h2incX. WWW: http://www.japheth.de/JWasm.html |