From: Roland McGrath Date: Thu, 13 May 1993 01:23:57 +0000 (+0000) Subject: Initial revision X-Git-Tag: glibc-2.16-ports-before-merge~4281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb3674eae93c2adda037148d78904e4572fc1367;p=thirdparty%2Fglibc.git Initial revision --- diff --git a/sysdeps/unix/sysv/sysv4/solaris2/Makefile b/sysdeps/unix/sysv/sysv4/solaris2/Makefile new file mode 100644 index 00000000000..539c72577aa --- /dev/null +++ b/sysdeps/unix/sysv/sysv4/solaris2/Makefile @@ -0,0 +1,6 @@ +# The linker supplied with Solaris looks in the current directory +# before searching others. Compiling the various programs that come +# along the way (e.g., glue-ctype) will fail because it'll try to link +# with the libc.a being *constructed* in $(objdir). As a work-around, +# we add this to each native-compile. +native-CFLAGS := -L/lib