Targeting the solaris platform for specific tests. Something is going
wrong, and my test engine doesn't show it. The verbosity will be temporary for about a day.
This commit is contained in:
parent
874fee478c
commit
408bf2f0c4
@ -362,7 +362,7 @@ link_a.tru64-rpath:
|
||||
fi
|
||||
|
||||
link_o.solaris:
|
||||
@ if ${DETECT_GNU_LD}; then \
|
||||
if ${DETECT_GNU_LD}; then \
|
||||
$(MAKE) -f $(SHARED_MAKEFILE) CC="$(CC)" LDFLAGS="$(LDFLAGS) \
|
||||
SHARED_LDFLAGS="$(SHARED_LDFLAGS)" \
|
||||
LIBNAME="$(LIBNAME)" LIBEXTRAS="$(LIBEXTRAS)" \
|
||||
@ -381,7 +381,7 @@ link_o.solaris:
|
||||
$(LINK_SO_O); \
|
||||
fi
|
||||
link_a.solaris:
|
||||
@ if ${DETECT_GNU_LD}; then \
|
||||
if ${DETECT_GNU_LD}; then \
|
||||
$(MAKE) -f $(SHARED_MAKEFILE) CC="$(CC)" LDFLAGS="$(LDFLAGS) \
|
||||
SHARED_LDFLAGS="$(SHARED_LDFLAGS)" \
|
||||
LIBNAME="$(LIBNAME)" LIBEXTRAS="$(LIBEXTRAS)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user