diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-04-17 04:45:31 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-25 09:00:51 +0200 |
commit | ce1acfb5eae64e8042016ec36cf4973fbec707ca (patch) | |
tree | 1cf0eb0ad8d7d8972c4590614e3a7f0d330df921 /Makefile | |
parent | 2b563d481fbeeabc1c904e2398ec99a453faf6f2 (diff) | |
download | buildroot-novena-ce1acfb5eae64e8042016ec36cf4973fbec707ca.tar.gz buildroot-novena-ce1acfb5eae64e8042016ec36cf4973fbec707ca.zip |
toolchain: remove toolchain/Makefile.in and toolchain/gcc/Makefile.in
Re-integrate in gcc-uclibc-4.x.mk things from
toolchain/gcc/Makefile.in that were completely gcc-specific. There was
no reason to pull that when building with other backends than the
internal one.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -263,7 +263,6 @@ endif all: world -include toolchain/Makefile.in include package/Makefile.in include support/dependencies/dependencies.mk |