|
@@ -32,6 +32,11 @@ ifeq ($(BR2_STATIC_LIBS),y)
|
|
GUILE_CFLAGS += -DGC_NO_DLOPEN
|
|
GUILE_CFLAGS += -DGC_NO_DLOPEN
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+# Triggers assembler error with -Os
|
|
|
|
+ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM)$(BR2_OPTIMIZE_S),yy)
|
|
|
|
+GUILE_CFLAGS += -O2
|
|
|
|
+endif
|
|
|
|
+
|
|
# It can use readline, but on the condition that it was build against
|
|
# It can use readline, but on the condition that it was build against
|
|
# ncurses. If both aren't present disable readline support since the
|
|
# ncurses. If both aren't present disable readline support since the
|
|
# host readline/ncurses support can poison the build.
|
|
# host readline/ncurses support can poison the build.
|