~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/dd/ddbfab835470bddfdf543285c7dd023c3b96fc03.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

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)