[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/5] configury: add -Zargs-resp to LDFLAGS on OS/2.
From: |
KO Myung-Hun |
Subject: |
[PATCH 4/5] configury: add -Zargs-resp to LDFLAGS on OS/2. |
Date: |
Thu, 20 Nov 2014 13:55:22 +0900 |
-Zargs-resp enables a response file support on OS/2.
* configure.ac (OS2_LDFLAGS): Add -Zargs-resp on *-*-os2*.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index d05f637..0c02f9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,7 +275,7 @@ AM_CONDITIONAL([USE_GMP], [test "x$USE_GMP" = xyes])
M4_SYSCMD
-AS_CASE([$host], [*-*-os2*], [OS2_LDFLAGS="-no-undefined"])
+AS_CASE([$host], [*-*-os2*], [OS2_LDFLAGS="-no-undefined -Zargs-resp"])
AC_SUBST([OS2_LDFLAGS])
AM_CONDITIONAL([HAVE_OS2], [test -z "${host_os##os2*}"])
--
1.8.5.2
- [PATCH] OS/2 patches for master branch, try 2, KO Myung-Hun, 2014/11/19
- [PATCH 1/5] configury: support DLLs on OS/2, KO Myung-Hun, 2014/11/19
- [PATCH 4/5] configury: add -Zargs-resp to LDFLAGS on OS/2.,
KO Myung-Hun <=
- [PATCH 2/5] m4: support to load modules on OS/2, KO Myung-Hun, 2014/11/19
- [PATCH 3/5] configury: append $EXEEXT suffix to the executable, /bin/sh, KO Myung-Hun, 2014/11/19
- Re: [PATCH] OS/2 patches for master branch, try 2, Gary V. Vaughan, 2014/11/20