From: Victor Martinez Date: Wed, 14 Aug 2013 10:59:26 +0000 (+0200) Subject: Removed -mno-unaligned-access from dialog build X-Git-Url: http://gitweb/?p=initrd.git;a=commitdiff_plain;h=a03a415ee6975fdb68e0f7aea750bf359f927293 Removed -mno-unaligned-access from dialog build --- 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