diff options
Diffstat (limited to 'gcc/java/lang-options.h')
-rw-r--r-- | gcc/java/lang-options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index ce6289cd4d7..776b432a712 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" }, |