diff options
-rw-r--r-- | usr/src/Makefile.master.64 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/Makefile.master.64 b/usr/src/Makefile.master.64 index 4974b1d..f671406 100644 --- a/usr/src/Makefile.master.64 +++ b/usr/src/Makefile.master.64 @@ -43,24 +43,14 @@ CTF_FLAGS= $(CTF_FLAGS_64) OFFSETS_CREATE= $(OFFSETS_CREATE64) # -# Some library path hackery, to allow building of partial workspaces -# and properly set the 64-bit library paths with 'ws' -# -LDLIBS1= $(ENVLDLIBS1:%=%/$(MACH64)) -LDLIBS2= $(ENVLDLIBS2:%=%/$(MACH64)) -LDLIBS3= $(ENVLDLIBS3:%=%/$(MACH64)) -LDLIBS64 = $(LDLIBS1) $(LDLIBS2) $(LDLIBS3) - -# # Moved these up to the top level here, so they can be overridden # LDLIBS.cmd = $(LDLIBS64) LDLIBS.lib = $(LDLIBS64) # -# Override Makefile.master's settings of SFWLIBDIR and GCCLIBDIR +# Override Makefile.master's settings of GCCLIBDIR # -SFWLIBDIR= $(SFWLIBDIR64) GCCLIBDIR= $(GCCLIBDIR64) # |