From eb3674eae93c2adda037148d78904e4572fc1367 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 13 May 1993 01:23:57 +0000 Subject: [PATCH] Initial revision --- sysdeps/unix/sysv/sysv4/solaris2/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sysdeps/unix/sysv/sysv4/solaris2/Makefile diff --git a/sysdeps/unix/sysv/sysv4/solaris2/Makefile b/sysdeps/unix/sysv/sysv4/solaris2/Makefile new file mode 100644 index 0000000..539c725 --- /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 -- 2.7.4