forked from pool/newlib
Newlib is a C standard library, used both for some embedded targets and as intermediate step for building glibc or uClibc cross-compilers. This package serves as source package for deriving target-specific cross-*-newlib-devel packages. gcc5/gcc6 packages have already been prepared for this cross dependency. OBS-URL: https://build.opensuse.org/request/show/396466 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newlib?expand=0&rev=1
14 lines
554 B
Diff
14 lines
554 B
Diff
Index: newlib-2.1.0/libgloss/epiphany/Makefile.in
|
|
===================================================================
|
|
--- newlib-2.1.0.orig/libgloss/epiphany/Makefile.in
|
|
+++ newlib-2.1.0/libgloss/epiphany/Makefile.in
|
|
@@ -184,7 +184,7 @@ distclean maintainer-clean realclean: cl
|
|
install:
|
|
@for outputs in ${OUTPUTS}; do\
|
|
mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
|
|
- $(INSTALL_PROGRAM) $${outputs} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
|
|
+ $(INSTALL_DATA) $${outputs} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
|
|
done
|
|
info:
|
|
install-info:
|