This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
currently symbol versioning on linux-mips n64 is not properly detected
due to a problem in configure.in. No $CFLAGS are passed on line 4801,
resulting in a n32 .o:
${CC-cc} -c $ASFLAGS conftest.s
CFLAGS (which contain -mabi=64) are passed in 4802 trying to build a n64
.so from a n32 .o which doesn't work:
${CC-cc} $CFLAGS $LDFLAGS -shared -o conftest.so conftest.o -nostartfiles \
-nostdlib -Wl,--version-script,conftest.map
Attached patch fixes this.
Regards,
-- Guido
Attachment:
fix-configure-for-n64-symver.diff
Description: Text document
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |