head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.12.16.27.03; author ryoon; state Exp; branches; next ; commitid E9jjr3s5vPtqPmRG; desc @@ 1.1 log @cross/ia16-elf-newlib-bootstrap: import ia16-elf-newlib-bootstrap-2.4.0pre20260617 Bootstrap newlib for IA16 (for example, 8086 and 80286) MS-DOS cross environment. This package is only for bootstrapping toolchain. @ text @$NetBSD$ * Do not try to strip during install to fix installation. --- libgloss/ia16/Makefile.in.orig 2026-08-12 08:10:09.431588889 +0000 +++ libgloss/ia16/Makefile.in @@@@ -669,9 +669,9 @@@@ install: done; \ set -e; for x in ${INSTALL_PROGRAM_FILES}; do\ if [ -f $$x ]; then \ - ${INSTALL_PROGRAM} $$x $(DESTDIR)${tooldir}/bin/$$x; \ + ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/bin/$$x; \ else \ - ${INSTALL_PROGRAM} $(srcdir)/$$x $(DESTDIR)${tooldir}/bin/$$x; \ + ${INSTALL_DATA} $(srcdir)/$$x $(DESTDIR)${tooldir}/bin/$$x; \ fi; \ done; \ fi @