diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-20 19:24:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-20 19:24:02 +0000 |
commit | fdafbe1f4e372486a8006ed34b5e8e8a8b12c418 (patch) | |
tree | 46f02ee91b708a7c2487c9bdd551927004ef3da6 /make/uclibc_toolchain.mk | |
parent | 7fcf2836bc6bb434207c66c8cd591febe5222e7c (diff) | |
download | buildroot-novena-fdafbe1f4e372486a8006ed34b5e8e8a8b12c418.tar.gz buildroot-novena-fdafbe1f4e372486a8006ed34b5e8e8a8b12c418.zip |
Several more dependancy cleanups
Diffstat (limited to 'make/uclibc_toolchain.mk')
-rw-r--r-- | make/uclibc_toolchain.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk index 01104bf1a..09f06e842 100644 --- a/make/uclibc_toolchain.mk +++ b/make/uclibc_toolchain.mk @@ -27,7 +27,7 @@ ifeq ($(USE_UCLIBC_TOOLCHAIN),true) TARGET_LANGUAGES:=c,c++ # If you want multilib enabled, enable this... -#MULTILIB:=--enable-multilib +MULTILIB:=--enable-multilib ############################################################# # |