*** ./src/makefiles/Makefile.aix.orig Wed Aug 29 21:14:40 2001 --- ./src/makefiles/Makefile.aix Wed Jan 9 18:15:17 2002 *************** *** 10,17 **** ifneq ($(GCC), yes) ifeq ($(host_os), aix3.2.5) LDFLAGS_SL = -e _nostart ! endif ! ifneq (,$(findstring aix4.1, $(host_os))) LDFLAGS_SL = -bnoentry endif endif --- 10,16 ---- ifneq ($(GCC), yes) ifeq ($(host_os), aix3.2.5) LDFLAGS_SL = -e _nostart ! else LDFLAGS_SL = -bnoentry endif endif