diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-08-07 00:04:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-08-07 00:04:25 +0000 |
commit | c6bc77ea365704f3f5c79d64aed069792a4e95b1 (patch) | |
tree | 28c9265495e6ad751fcae0d27a040b222ff2a215 /toolchain/info.mk | |
parent | 9882253827b16579bbd317f6e8c0deb75b0ca0f3 (diff) | |
download | master-31e0f0ae-c6bc77ea365704f3f5c79d64aed069792a4e95b1.tar.gz master-31e0f0ae-c6bc77ea365704f3f5c79d64aed069792a4e95b1.tar.bz2 master-31e0f0ae-c6bc77ea365704f3f5c79d64aed069792a4e95b1.zip |
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
SVN-Revision: 8362
Diffstat (limited to 'toolchain/info.mk')
-rw-r--r-- | toolchain/info.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/info.mk b/toolchain/info.mk new file mode 100644 index 0000000000..0675493f77 --- /dev/null +++ b/toolchain/info.mk @@ -0,0 +1,4 @@ +TARGET_CROSS= +GCC_VERSION=unknown +UCLIBC_VERSION=unknown +UCLIBC_PATCHVER= |