[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/5] configure: add -Zargs-resp and -no-undefined to LDFLAGS on O
From: |
KO Myung-Hun |
Subject: |
[PATCH 5/5] configure: add -Zargs-resp and -no-undefined to LDFLAGS on OS/2 |
Date: |
Mon, 22 Sep 2014 18:00:22 +0900 |
modified: configure.ac
---
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
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.7.3.2
- [PATCH] OS/2 patches, KO Myung-Hun, 2014/09/22
- [PATCH 1/5] bootstrap: set and use PATH_SEPARATOR, KO Myung-Hun, 2014/09/22
- [PATCH 4/5] configury: specify a OS/2 DLL name for m4/m4 to libm4, KO Myung-Hun, 2014/09/22
- [PATCH 5/5] configure: add -Zargs-resp and -no-undefined to LDFLAGS on OS/2,
KO Myung-Hun <=
- [PATCH 2/5] configury: append $EXEEXT suffix to the executable, /bin/sh, KO Myung-Hun, 2014/09/22
- [PATCH 3/5] m4: support to load modules on OS/2, KO Myung-Hun, 2014/09/22
- Re: [PATCH] OS/2 patches, Eric Blake, 2014/09/22