diff options
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/README.html b/README.html index e0876be..3d94aef 100644 --- a/README.html +++ b/README.html @@ -6,7 +6,6 @@ <p>As the Game Boy Advance uses an ARM (ARM7TDMI) processor, AGBx requires an ARM cross-compiler.</p> <p>For GCC, the appropriate package is <i>arm-none-eabi-gcc</i> on Arch Linux and <i>gcc-arm-none-eabi</i> on Debian. Clang supports supports cross-compilation by default, and this platform can be set via the <i>--target=arm-none-eabi</i> option.</p> <p>The used cross-compiler can be configured in the makefiles, however, it must be GCC-compatible..</p> - <p>Debug mode can be enabled by setting <i>DEBUG=true</i> when invoking make.</p> <br /> <p>The provided makefiles are for GNU Make (hence the filename of <i>GNUmakefile</i>) and depend on it's extensions.</p> <h3>Demo</h3> |