diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-07-08 01:07:51 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-07-13 17:54:36 +0200 |
| commit | 85fb62e73e82ba165fc2f1246d9096e94f268a60 (patch) | |
| tree | 35979fe8769a5f6a24f3e1424dbda3fe41215906 /Makefile | |
| parent | 53ff1650faff3b0a7ebebd455e0d38c26162f9d1 (diff) | |
| download | sparse-dev-85fb62e73e82ba165fc2f1246d9096e94f268a60.tar.gz | |
h8300: add minimal support
This is now the only architecture needing '-msize-long'.
Prepare the obsolescence of this option by adding the
target file for this architecture.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ LIB_OBJS += target-arm.o LIB_OBJS += target-arm64.o LIB_OBJS += target-bfin.o LIB_OBJS += target-default.o +LIB_OBJS += target-h8300.o LIB_OBJS += target-m68k.o LIB_OBJS += target-microblaze.o LIB_OBJS += target-mips.o |
