components/python/python34/Makefile
branchs11-update
changeset 3978 adf3ab1a234a
parent 3876 da37433d5103
child 3996 20c0f21bbe1e
--- a/components/python/python34/Makefile	Thu Mar 19 09:45:43 2015 -0700
+++ b/components/python/python34/Makefile	Mon Mar 16 13:00:40 2015 -0700
@@ -92,10 +92,6 @@
 CFLAGS += -xO5 $(PYFLAGS.$(MACH))
 LDFLAGS += -xO5 $(PYFLAGS.$(MACH))
 
-# add /usr/gnu/lib to the library search/run path
-LDFLAGS.64 = -R/usr/gnu/lib/$(MACH64) -L/usr/gnu/lib/$(MACH64)
-LDFLAGS += $(LDFLAGS.$(BITS))
-
 # Python puts its header files in a special place.
 LINT_FLAGS +=	-I$(SOURCE_DIR)/Include