Skip to content

Commit

Permalink
Report the compiler actually being used, not the one set when 'make' …
Browse files Browse the repository at this point in the history
…was called.
  • Loading branch information
brianwalenz committed Jul 23, 2018
1 parent 74274f5 commit f5c0dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,8 @@ dnanexus:
# Makefile processed. Report that we're starting the build.
$(info Building for '${OSTYPE}' '${OSVERSION}' as '${MACHINETYPE}' into '${DESTDIR}${PREFIX}/$(OSTYPE)-$(MACHINETYPE)/{bin,obj}')
$(info CC ${CC} ${GCC_VV})
$(info CXX ${CXX} ${GXX_VV})
$(info Building for '${OSTYPE}' '${OSVERSION}' as '${MACHINETYPE}' into '${DESTDIR}${PREFIX}/$(OSTYPE)-$(MACHINETYPE)/{bin,obj}'.)
$(info Using '$(shell which ${CXX})' version '$(shell ${CXX} -dumpversion)'.)
$(info )
#${info Using LD_RUN_PATH '${LD_RUN_PATH}'}

0 comments on commit f5c0dff

Please sign in to comment.