From 27b76ab0671089c47506615a796a261e993896a7 Mon Sep 17 00:00:00 2001 From: James <> Date: Sun, 17 Mar 2013 12:16:37 +0000 Subject: fish --- toolchain/eglibc/.svn/text-base/Makefile.svn-base | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 toolchain/eglibc/.svn/text-base/Makefile.svn-base (limited to 'toolchain/eglibc/.svn/text-base/Makefile.svn-base') diff --git a/toolchain/eglibc/.svn/text-base/Makefile.svn-base b/toolchain/eglibc/.svn/text-base/Makefile.svn-base new file mode 100644 index 0000000..429ed30 --- /dev/null +++ b/toolchain/eglibc/.svn/text-base/Makefile.svn-base @@ -0,0 +1,27 @@ +PATH_PREFIX := . +VARIANT:=final +HOST_BUILD_PARALLEL:=1 + +include ./common.mk + +define Host/Compile + $(MAKE) -C $(CUR_BUILD_DIR) all PARALLELMFLAGS="$(HOST_JOBS)" +endef + +define Host/Install + $(call Host/SetToolchainInfo) + $(MAKE) -C $(CUR_BUILD_DIR) \ + install_root="$(TOOLCHAIN_DIR)" \ + install + ( cd $(TOOLCHAIN_DIR) ; \ + for d in lib usr/lib ; do \ + for f in libc.so libpthread.so libgcc_s.so ; do \ + if [ -f $$$$d/$$$$f -a ! -L $$$$d/$$$$f ] ; then \ + $(SED) 's,/usr/lib/,,g;s,/lib/,,g' $$$$d/$$$$f ; \ + fi \ + done \ + done \ + ) +endef + +$(eval $(call HostBuild)) -- cgit v1.2.3