summaryrefslogtreecommitdiffstats
path: root/toolchain/Makefile.in
blob: 2cb6e95f21a230516d2449aff34620c6370ddba6 (plain)
1
2
3
4
5
6
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

# gcc has a bunch of needed stuff....
include toolchain/gcc/Makefile.in