From a03a415ee6975fdb68e0f7aea750bf359f927293 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 14 Aug 2013 12:59:26 +0200 Subject: [PATCH] Removed -mno-unaligned-access from dialog build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1bb6fe..14d439c 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ $(WORK)/dialog-$(DIALOG_VERSION)/_install/usr/bin/dialog: $(WORK)/dialog-$(DIALO ./configure --build=$(BUILD) --host=$(TARGET) --prefix=/usr --with-ncursesw && \ find -type f -name 'makefile' \ -exec sed -e "s|-I/usr|-I$(CLFS)/usr|g" -e "s|-L/usr|-L$(CLFS)/usr|g" -i {} \; && \ - make CC="$(TARGET)-gcc -static -mno-unaligned-access" && \ + make CC="$(TARGET)-gcc -static" && \ make DESTDIR=$(WORK)/dialog-$(DIALOG_VERSION)/_install install && \ $(TARGET)-strip $(WORK)/dialog-$(DIALOG_VERSION)/_install/usr/bin/dialog && \ touch $(WORK)/dialog-$(DIALOG_VERSION)/_install/usr/bin/dialog -- 2.26.2