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]

Re: Problem with the configure test for .set


It's probably fine to use -nostartfiles -nostdlib and make the C file not
refer to any symbols but the test symbol, e.g.
	void _start() { glibc_conftest_frobozz = 1; }

If you try this and it works, send a patch.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]