~ubuntu-branches/ubuntu/raring/gcc-4.7/raring

« back to all changes in this revision

Viewing changes to debian/gcj-wrapper-BV.1

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-17 23:19:46 UTC
  • Revision ID: package-import@ubuntu.com-20111217231946-n668coanjbjgqxq7
Tags: 4.7-20111217-1
* GCC-4.7 snapshot build.
  - Including the GFDL documentation; will stay in experimental
    until the 4.7.0 release sometime next year.
* Update patches for the trunk.
* Update symbols files.
* Build libitm packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH GCJ-WRAPPER 1 "June 6, 2002" gcj-wrapper "Java User's Manual"
 
2
.SH NAME
 
3
gcj-wrapper \- a wrapper around gcj
 
4
 
 
5
.SH SYNOPSIS
 
6
gcj-wrapper [\fB\s-1OPTION\s0\fR] ... [\fI\s-1ARGS\s0\fR...]
 
7
 
 
8
.SH DESCRIPTION
 
9
 
 
10
\fBgcj-wrapper\fR is a wrapper around gcj(1) to be called as the java
 
11
compiler. Options different for javac(1) and gcj(1) are translated,
 
12
options unknown to gcj(1) are silently ignored.
 
13
 
 
14
.SH OPTIONS
 
15
See gcj-@BV@(1) for a list of options that gcj understands.
 
16
 
 
17
.SH "SEE ALSO"
 
18
.BR gcj-@BV@(1)
 
19
,
 
20
.BR javac(1)