gcc is unable to create afslib.so on AIX with all these strange
switches. Use cc instead. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@677 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -81,6 +81,7 @@ $(LIBNAME).$(SHLIBEXT): $(OBJECTS)
|
||||
$(CC) $(CFLAGS) $(PICFLAGS) -shared -o $@ $(OBJECTS)
|
||||
|
||||
afslib.so: afslib.o
|
||||
$(CC) -o $@ -bM:SRE -bI:$(srcdir)/afsl.exp -bE:$(srcdir)/afslib.exp -bnoentry afslib.o
|
||||
cc -o $@ -bM:SRE -bI:$(srcdir)/afsl.exp -bE:$(srcdir)/afslib.exp -bnoentry afslib.o
|
||||
# gcc is unable to create afslib.so on AIX with all these strange switches
|
||||
|
||||
$(OBJECTS): ../../config.h
|
||||
|
Reference in New Issue
Block a user