From c374061b9ba82691b40ff2548705034128367828 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 20 Oct 2000 00:59:48 +0000 Subject: =?UTF-8?q?In=20the=20latest=20compiler=20builds=20cccdlflags=20mu?= =?UTF-8?q?st=20not=20become=20-fpic,=20from=20Wilfredo=20S=C3=A1nchez.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit p4raw-id: //depot/perl@7374 --- hints/darwin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hints/darwin.sh b/hints/darwin.sh index fd61e424b0..8625798d53 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -47,7 +47,7 @@ ld='cc'; so='dylib'; dlext='bundle'; dlsrc='dl_dyld.xs'; usedl='define'; -cccdlflags=''; +cccdlflags=' '; # space, not empty, because otherwise we get -fpic lddlflags="${ldflags} -bundle -undefined suppress"; ldlibpthname='DYLD_LIBRARY_PATH'; useshrplib='true'; -- cgit v1.2.1