From 127e6e3b319280c6938d8a494655d0e932d3ec66 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 30 May 2001 06:40:39 +0000 Subject: Revert behavior of wrapper to not use dynamic linker in the build dir, so those who want to should now be able to compile against uClibc without installing it (using the "build" behavior). --- extra/gcc-uClibc/gcc-uClibc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/gcc-uClibc/gcc-uClibc.c b/extra/gcc-uClibc/gcc-uClibc.c index 083844e89..abcd3971a 100644 --- a/extra/gcc-uClibc/gcc-uClibc.c +++ b/extra/gcc-uClibc/gcc-uClibc.c @@ -176,7 +176,7 @@ int main(int argc, char **argv) if (linking && source_count) { if (!use_static_linking) { if (DYNAMIC_LINKER[0]) { /* not empty string */ -#if 0 +#if 1 gcc_argv[i++] = "-Wl,--dynamic-linker,"DYNAMIC_LINKER; if (strstr(DYNAMIC_LINKER,"uclibc") != 0) { /* custom linker */ use_rpath = 0; /* so -rpath not needed for normal case */ -- cgit v1.2.3