Added COMPILER_ABI_FLAGs
This commit is contained in:
parent
d57ce5bd1a
commit
f5f08621b8
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: clang.mk,v 1.3 2010/11/03 18:05:05 adam Exp $
|
# $NetBSD: clang.mk,v 1.4 2010/12/26 08:12:30 adam Exp $
|
||||||
#
|
#
|
||||||
# This is the compiler definition for the clang compiler.
|
# This is the compiler definition for the clang compiler.
|
||||||
#
|
#
|
||||||
|
@ -49,6 +49,8 @@ CC_VERSION_STRING?= ${CC_VERSION}
|
||||||
CC_VERSION?= clang
|
CC_VERSION?= clang
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
_COMPILER_ABI_FLAG.32= -m32
|
||||||
|
_COMPILER_ABI_FLAG.64= -m64
|
||||||
_COMPILER_LD_FLAG= -Wl,
|
_COMPILER_LD_FLAG= -Wl,
|
||||||
_LINKER_RPATH_FLAG= -rpath
|
_LINKER_RPATH_FLAG= -rpath
|
||||||
_COMPILER_RPATH_FLAG= ${_COMPILER_LD_FLAG}${_LINKER_RPATH_FLAG},
|
_COMPILER_RPATH_FLAG= ${_COMPILER_LD_FLAG}${_LINKER_RPATH_FLAG},
|
||||||
|
|
Loading…
Reference in a new issue