This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: [PATCH] mknumeric_limits for AIX
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: [PATCH] mknumeric_limits for AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Thu, 12 Oct 2000 16:28:44 -0400
- cc: libstdc++ at sources dot redhat dot com
>>>>> Benjamin Kosnik writes:
Ben> 1) why is this necessary?
Ben> 2) if it is necessary, why can't you just pass something like -pthread?
LDFLAGS='-nodefaultlibs -lgcc -lc' ;;
Because the -nodefaultlibs flag turns off the LIB_SPEC processing
that -pthread option would utilize.
David