diff options
author | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2018-11-14 12:33:24 +0100 |
---|---|---|
committer | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2018-11-14 12:33:24 +0100 |
commit | ad1cec3df31470a1b97f1c672a45ae57495945a5 (patch) | |
tree | 93837cb3e1585c3a7427948d1d6d00f4566365f6 /tools/common/target_detect.h | |
parent | 16e05c582c39e0aa4f0ef6dd70756fded6516d25 (diff) | |
download | mrust-ad1cec3df31470a1b97f1c672a45ae57495945a5.tar.gz |
Trans - Add initial support for m68k
Diffstat (limited to 'tools/common/target_detect.h')
-rw-r--r-- | tools/common/target_detect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/common/target_detect.h b/tools/common/target_detect.h index a4c44ba4..0812c363 100644 --- a/tools/common/target_detect.h +++ b/tools/common/target_detect.h @@ -24,6 +24,8 @@ # define DEFAULT_TARGET_NAME "arm-linux-gnu" # elif defined(__i386__) # define DEFAULT_TARGET_NAME "i586-linux-gnu" +# elif defined(__m68k__) +# define DEFAULT_TARGET_NAME "m68k-linux-gnu" # else # warning "Unable to detect a suitable default target (linux-gnu)" # endif |