diff options
author | Mike Baker <mbm@openwrt.org> | 2006-08-04 06:23:47 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-08-04 06:23:47 +0000 |
commit | 1dac4c1d1686b1d8360d5205a271e96c45c8694a (patch) | |
tree | 73d84f14cb8d8c97c7d93e5d8951e23834ee0d81 /package | |
parent | ad8fe944b96ca72bfd408abfd297ea4bf0e0ef9b (diff) | |
download | upstream-1dac4c1d1686b1d8360d5205a271e96c45c8694a.tar.gz upstream-1dac4c1d1686b1d8360d5205a271e96c45c8694a.tar.bz2 upstream-1dac4c1d1686b1d8360d5205a271e96c45c8694a.zip |
yet more cleanup (make sure to honor TARGET_CC and not just TARGET_CROSS)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4433 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/madwifi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 07e2c45399..96ca1baf36 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -53,6 +53,7 @@ MADWIFI_MAKEOPTS= -C $(PKG_BUILD_DIR) \ PATH="$(TARGET_PATH)" \ ARCH="$(LINUX_KARCH)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ + CC="$(TARGET_CC)" \ TARGET="$(HAL_TARGET)" \ TOOLPREFIX="$(KERNEL_CROSS)" \ TOOLPATH="$(KERNEL_CROSS)" \ |