aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/emcc b/emcc
index 9483ef64..7c4291ca 100755
--- a/emcc
+++ b/emcc
@@ -353,9 +353,9 @@ Options that are modified or new in %s include:
The target file, if specified (-o <target>), defines what will
be generated:
- <name>.js JavaScript (default)
+ <name>.js JavaScript
<name>.html HTML with embedded JavaScript
- <name>.bc LLVM bitcode
+ <name>.bc LLVM bitcode (default)
<name>.o LLVM bitcode (same as .bc)
The -c option (which tells gcc not to run the linker) will