Add support for m68k architecture
[urcu.git] / configure.ac
index 020adfc2648950b2f591c25ba7d671c8bcab3f62..1001586a297ce35dda19e1b228f922cc35b38a1b 100644 (file)
@@ -148,6 +148,7 @@ AS_CASE([$host_cpu],
        [nios2*], [ARCHTYPE="nios2"],
        [tile*], [ARCHTYPE="tile"],
        [hppa*], [ARCHTYPE="hppa"],
+       [m68k], [ARCHTYPE="m68k"],
        [ARCHTYPE="unknown"]
 )
 
This page took 0.022684 seconds and 4 git commands to generate.