Skip to content

Commit

Permalink
TritonDataCenter/pkgsrc#200: Fix GCC path for 64-bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Perkin committed Jul 2, 2014
1 parent b3012e8 commit fc02aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/compiler/gcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ _GCC_PREFIX:= ${_GCC_ARCHDIR:H:H:H:H}/
_GCC_SUBPREFIX:= ${_GCC_ARCHDIR:H:H:H:H:T}/
. endif
. endif
_GCC_LIBDIRS= ${_GCC_ARCHDIR} ${_GCC_PREFIX}lib
_GCC_LIBDIRS= ${_GCC_ARCHDIR} ${_GCC_PREFIX}lib${LIBABISUFFIX}
_GCC_LDFLAGS= # empty
. for _dir_ in ${_GCC_LIBDIRS:N*not_found*}
_GCC_LDFLAGS+= -L${_dir_} ${COMPILER_RPATH_FLAG}${_dir_}
Expand Down

0 comments on commit fc02aa9

Please sign in to comment.