|
@@ -143,10 +143,6 @@ endif
|
|
# Glibc nowadays can be build with optimization flags f.e. -Os
|
|
# Glibc nowadays can be build with optimization flags f.e. -Os
|
|
|
|
|
|
GLIBC_CFLAGS = $(TARGET_OPTIMIZATION)
|
|
GLIBC_CFLAGS = $(TARGET_OPTIMIZATION)
|
|
-# crash in qemu-system-nios2 with -Os
|
|
|
|
-ifeq ($(BR2_nios2),y)
|
|
|
|
-GLIBC_CFLAGS += -O2
|
|
|
|
-endif
|
|
|
|
|
|
|
|
# glibc can't be built without optimization
|
|
# glibc can't be built without optimization
|
|
ifeq ($(BR2_OPTIMIZE_0),y)
|
|
ifeq ($(BR2_OPTIMIZE_0),y)
|