Skip to content

Commit bdaa670

Browse files
committed
fix conlict between PR 4515 and AIX shared obj support
1 parent 0d976ac commit bdaa670

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

exports/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@ test : linktest.c
315315

316316
linktest.c : $(GENSYM) ../Makefile.system ../getarch.c
317317
./$(GENSYM) linktest $(ARCH) "$(BU)" $(EXPRECISION) $(NO_CBLAS) $(NO_LAPACK) $(NO_LAPACKE) $(NEED2UNDERSCORES) $(ONLY_CBLAS) "$(SYMBOLPREFIX)" "$(SYMBOLSUFFIX)" $(BUILD_LAPACK_DEPRECATED) $(BUILD_BFLOAT16) $(BUILD_SINGLE) $(BUILD_DOUBLE) $(BUILD_COMPLEX) $(BUILD_COMPLEX16) > linktest.c
318+
ifeq ($(F_COMPILER), IBM)
319+
mv linktest.c linktest.c.FIRST
320+
egrep -v 'second_|dsecnd_' linktest.c.FIRST > linktest.c
321+
rm linktest.c.FIRST
322+
endif
318323

319324
clean ::
320325
@rm -f *.def *.dylib __.SYMDEF* *.renamed

0 commit comments

Comments
 (0)