diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-08 10:21:16 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-08 10:21:16 +0200 |
commit | 74708bad1512a917a28c59646d1f9491f6fe9ea6 (patch) | |
tree | 7f3bf126d8251e99dda6da042be1fe016d59e3c3 /toolchain/Makefile.in | |
parent | 049cf426e32d6f789439d0d06905c977bfd25c02 (diff) | |
parent | d0169fda2144ef5dfe25e801d58a227ed119a38c (diff) | |
download | buildroot-novena-74708bad1512a917a28c59646d1f9491f6fe9ea6.tar.gz buildroot-novena-74708bad1512a917a28c59646d1f9491f6fe9ea6.zip |
Merge branch 'misc-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r-- | toolchain/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index 5d0e5a1c2..e5fae1f56 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -15,8 +15,6 @@ BR2_SYSROOT_TARGET_DESTDIR=DESTDIR=$(TARGET_DIR)/ BR2_CONFIGURE_DEVEL_SYSROOT=--with-sysroot=$(TOOLCHAIN_DIR)/uClibc_dev/ BR2_CONFIGURE_STAGING_SYSROOT=--with-sysroot=$(STAGING_DIR) BR2_CONFIGURE_BUILD_TOOLS=--with-build-time-tools=$(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/bin -BR2_SYSROOT=--sysroot=$(STAGING_DIR)/ -BR2_ISYSROOT=-isysroot $(STAGING_DIR) # gcc has a bunch of needed stuff.... include toolchain/gcc/Makefile.in |