[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/6] configure: add -Zargs-resp and -no-undefined to LDFLAGS on O
From: |
KO Myung-Hun |
Subject: |
[PATCH 4/6] configure: add -Zargs-resp and -no-undefined to LDFLAGS on OS/2 |
Date: |
Wed, 19 Nov 2014 13:06:49 +0900 |
-Zargs-resp enables a response file support. And -no-undefined enables
to build DLLs on OS/2.
* configure.ac (LDFLAGS): add -Zargs-resp and -no-undefined on OS/2.
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 2fe6d9e..81894c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,6 +275,9 @@ AM_CONDITIONAL([USE_GMP], [test "x$USE_GMP" = xyes])
M4_SYSCMD
+AS_CASE([$host], [*-*-os2*], [LDFLAGS="$LDFLAGS -Zargs-resp -no-undefined"])
+
+
## -------- ##
## Outputs. ##
## -------- ##
--
1.8.5.2
- [PATCH] OS/2 patches for master branch, KO Myung-Hun, 2014/11/18
- [PATCH 1/6] bootstrap: set and use PATH_SEPARATOR, KO Myung-Hun, 2014/11/18
- [PATCH 5/6] configury: avoid version-info for modules on OS/2, KO Myung-Hun, 2014/11/18
- [PATCH 4/6] configure: add -Zargs-resp and -no-undefined to LDFLAGS on OS/2,
KO Myung-Hun <=
- [PATCH 3/6] m4: support to load modules on OS/2, KO Myung-Hun, 2014/11/18
- [PATCH 2/6] m4-syscmd: append $EXEEXT suffix to the executable, /bin/sh, KO Myung-Hun, 2014/11/18
- [PATCH 6/6] esyscmd: fdopen() in text mode explicitly on OS/2, KO Myung-Hun, 2014/11/18