diff options
Diffstat (limited to 'make/gcc-2.95.mk')
-rw-r--r-- | make/gcc-2.95.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/gcc-2.95.mk b/make/gcc-2.95.mk index 2d2ae8e93..dbb8558c6 100644 --- a/make/gcc-2.95.mk +++ b/make/gcc-2.95.mk @@ -16,6 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +ifneq ($(USE_LINUX_UCLIBC),true) ifeq ($(GCC_2_95_TOOLCHAIN),true) GCC_SITE:=http://www.uclibc.org/downloads/toolchain @@ -294,3 +295,4 @@ gcc2_95-dirclean: rm -rf $(GCC_BUILD_DIR2) endif +endif #ifneq ($(USE_LINUX_UCLIBC),true) |