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 Jan 2, 2015
1 parent e16d97b commit 6473e03
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 @@ -672,7 +672,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 6473e03

Please sign in to comment.