Skip to content

Commit

Permalink
Merge pull request #4520 from frjohnst/new_branch
Browse files Browse the repository at this point in the history
fix conlict between PR 4515 and AIX shared obj support
  • Loading branch information
martin-frbg authored Feb 23, 2024
2 parents 0d976ac + bdaa670 commit 5403900
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ test : linktest.c

linktest.c : $(GENSYM) ../Makefile.system ../getarch.c
./$(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
ifeq ($(F_COMPILER), IBM)
mv linktest.c linktest.c.FIRST
egrep -v 'second_|dsecnd_' linktest.c.FIRST > linktest.c
rm linktest.c.FIRST
endif

clean ::
@rm -f *.def *.dylib __.SYMDEF* *.renamed
Expand Down

0 comments on commit 5403900

Please sign in to comment.