From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/gcc~13/ft32-options.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 devdocs/gcc~13/ft32-options.html (limited to 'devdocs/gcc~13/ft32-options.html') diff --git a/devdocs/gcc~13/ft32-options.html b/devdocs/gcc~13/ft32-options.html new file mode 100644 index 00000000..915f13f8 --- /dev/null +++ b/devdocs/gcc~13/ft32-options.html @@ -0,0 +1,24 @@ +

3.19.15 FT32 Options

These options are defined specifically for the FT32 port.

+-msim +
+

Specifies that the program will be run on the simulator. This causes an alternate runtime startup and library to be linked. You must not use this option when generating programs that will run on real hardware; you must provide your own runtime library for whatever I/O functions are needed.

+-mlra +
+

Enable Local Register Allocation. This is still experimental for FT32, so by default the compiler uses standard reload.

+-mnodiv +
+

Do not use div and mod instructions.

+-mft32b +
+

Enable use of the extended instructions of the FT32B processor.

+-mcompress +
+

Compress all code using the Ft32B code compression scheme.

+-mnopm +
+

Do not generate code that reads program memory.

+

+ © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
+ https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/FT32-Options.html +

+
-- cgit v1.2.3