|
@@ -15,7 +15,7 @@ MICROPYTHON_PATCH = \
|
|
|
|
|
|
# Use fallback implementation for exception handling on architectures that don't
|
|
# Use fallback implementation for exception handling on architectures that don't
|
|
# have explicit support.
|
|
# have explicit support.
|
|
-ifeq ($(BR2_powerpc)$(BR2_sh)$(BR2_xtensa),y)
|
|
|
|
|
|
+ifeq ($(BR2_i386)$(BR2_x86_64)$(BR2_arm)$(BR2_armeb),)
|
|
MICROPYTHON_CFLAGS = -DMICROPY_GCREGS_SETJMP=1
|
|
MICROPYTHON_CFLAGS = -DMICROPY_GCREGS_SETJMP=1
|
|
endif
|
|
endif
|
|
|
|
|