diff options
author | David Schleef <ds@schleef.org> | 2001-08-09 01:20:43 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-08-09 01:20:43 +0000 |
commit | 0641a78fd4681a4310843bc41ac2b4853baf48df (patch) | |
tree | 1639369484f2ec1977312d3600bd9b8bff44ee44 /debian/rules | |
parent | c3bbc0eafdae7a50c46ec61f3352821b7c28ea85 (diff) |
Changed uclibc-gcc to uclibc-toolchain. Added fixups for changes
in the Makefiles.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index f31438825..3c6603cc3 100755 --- a/debian/rules +++ b/debian/rules @@ -104,6 +104,13 @@ ifeq ($(target),$(DEB_HOST_GNU_CPU)) debian/$(p_lib)/lib/ld-uClibc.so.0 endif endif + + install -d debian/$(p_gcc)/usr/bin + mv debian/$(p_gcc)/usr/$(target)-linux-uclibc/bin/$(target)-* \ + debian/$(p_gcc)/usr/bin + install -d debian/$(p_lib)/usr/bin + mv debian/$(p_lib)/usr/$(target)-linux-uclibc/bin/$(target)-* \ + debian/$(p_lib)/usr/bin # Build architecture-independent files here. binary-indep: |