re PR target/24837 (move dynamic linker names out of LINK_SPEC and into new DYNAMIC_L...
[gcc.git] / gcc / config.gcc
index 3d02543f3d6ceda1035d12bf92fc0fb4943cf4d3..70f9bae2e7c1efb891147d4cc26fd7f2fcc3b12c 100644 (file)
@@ -455,7 +455,10 @@ case ${target} in
   tmake_file="t-slibgcc-elf-ver t-linux"
   case ${target} in
     *-*-*uclibc*)
-      tm_defines="${tm_defines} UCLIBC_DEFAULT"
+      tm_defines="${tm_defines} UCLIBC_DEFAULT=1"
+      ;;
+    *)
+      tm_defines="${tm_defines} UCLIBC_DEFAULT=0"
       ;;
   esac
   ;;