summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-06 02:51:10 -0500
committerCaolán McNamara <caolanm@redhat.com>2013-04-06 09:36:10 +0100
commit6b0a0cf1a3527e474a024d920808dfd164ba914c (patch)
tree50168214c8ec79dbbf484ee7f86445a61d2fd307 /solenv
parent758e01938c4e24e965f52afcd2e3ae378c4919a3 (diff)
library path var on AIX is LIBPATH
Change-Id: I34529a56c6e6073fd5fa1e30d148fc3ec0d87617
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_GCC_defs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk
index 9ea6ae65b543..aedd7036b0de 100644
--- a/solenv/gbuild/platform/com_GCC_defs.mk
+++ b/solenv/gbuild/platform/com_GCC_defs.mk
@@ -190,6 +190,8 @@ gb_Executable_EXT_for_build :=
ifeq ($(OS_FOR_BUILD),MACOSX)
gb_Helper_LIBRARY_PATH_VAR := DYLD_LIBRARY_PATH
+else ifeq ($(OS_FOR_BUILD),AIX)
+gb_Helper_LIBRARY_PATH_VAR := LIBPATH
else ifeq ($(OS_FOR_BUILD),WNT)
# In theory possible if cross-compiling to some Unix from Windows,
# in practice strongly discouraged to even try that