diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -66,6 +66,11 @@ install: build # TODO: Replace $(OPK_HOST_ARCH) with the target arch. oh-autoinstall -B gcc-build -T install -- \ toolexeclibdir=/usr/lib/$(OPK_HOST_ARCH) MULTIOSDIR= + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libiberty.a + mv dest/usr/lib/$(OPK_HOST_ARCH)/gcc/*/*/ \ + dest/usr/lib/$(OPK_HOST_ARCH)/gcc-$(BASE_VERSION)/ + rmdir dest/usr/lib/$(OPK_HOST_ARCH)/gcc/*/ + rmdir dest/usr/lib/$(OPK_HOST_ARCH)/gcc/ # POSIX.1-2008: # If the pathname does not begin with a '/' it shall be treated as relative to |