aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang-options.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2001-02-23 19:28:39 -0800
committerPer Bothner <bothner@gcc.gnu.org>2001-02-23 19:28:39 -0800
commitfea2d5da9c4a43852594336efa2ff45283f5595b (patch)
tree8922ef8858d3181ab08328253b29081a198508fb /gcc/java/lang-options.h
parent1aed31b63c536a400353aa86d6fe8fc04147ac52 (diff)
downloadgcc-fea2d5da9c4a43852594336efa2ff45283f5595b.zip
gcc-fea2d5da9c4a43852594336efa2ff45283f5595b.tar.gz
gcc-fea2d5da9c4a43852594336efa2ff45283f5595b.tar.bz2
Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.
From-SVN: r40024
Diffstat (limited to 'gcc/java/lang-options.h')
-rw-r--r--gcc/java/lang-options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h
index ce6289c..776b432 100644
--- a/gcc/java/lang-options.h
+++ b/gcc/java/lang-options.h
@@ -33,6 +33,7 @@ DEFINE_LANG_NAME ("Java")
{ "-fno-assume-compiled", "" },
{ "-femit-class-file", "" },
{ "-femit-class-files", "Dump class files to <name>.class" },
+ { "-ffilelist-file", "input file is list of file names to compile" },
{ "-fuse-boehm-gc", "Generate code for Boehm GC" },
{ "-fhash-synchronization", "Don't put synchronization structure in each object" },
{ "-fjni", "Assume native functions are implemented using JNI" },