summaryrefslogtreecommitdiff
path: root/solenv/inc/unxgcc.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-18 22:43:36 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-18 22:48:44 +0300
commitbb7bdda1380404b11f943480d425dd54416bf454 (patch)
treeb76117d1ca4d8ae0ca820e6b191d16b0ec84eb91 /solenv/inc/unxgcc.mk
parent139aaee3df393a4aaba2e36a3b062435be483638 (diff)
Use $(AR) instead of hardcoded ar
Diffstat (limited to 'solenv/inc/unxgcc.mk')
-rw-r--r--solenv/inc/unxgcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/unxgcc.mk b/solenv/inc/unxgcc.mk
index c73333f82fe8..7dd5c668f50c 100644
--- a/solenv/inc/unxgcc.mk
+++ b/solenv/inc/unxgcc.mk
@@ -248,7 +248,7 @@ X11LINK_DYNAMIC = -Wl,--as-needed -lXext -lX11 -Wl,--no-as-needed
LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive
# name of library manager
-LIBMGR*=ar
+LIBMGR*=$(AR)
LIBFLAGS=-r
# tool for generating import libraries