aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefiles/Makefile.aix3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix
index f500a5f09b8..7c89e975bcf 100644
--- a/src/makefiles/Makefile.aix
+++ b/src/makefiles/Makefile.aix
@@ -10,8 +10,7 @@ DLSUFFIX = .so
ifneq ($(GCC), yes)
ifeq ($(host_os), aix3.2.5)
LDFLAGS_SL = -e _nostart
- endif
- ifneq (,$(findstring aix4.1, $(host_os)))
+ else
LDFLAGS_SL = -bnoentry
endif
endif