Can I Modify The Generic Files

赵爱南 zhaoainan163@163.com
Mon May 19 03:38:19 GMT 2025


> Hello:
> I'm a glibc developer.Now our architecture needs to specify -- with-cpu when compiling  the glibc, and then there has a error:
>
>
> "The $submachine subspecies of $host_cpu is not supported." "$LINENO" 5


<It looks like the configure logic expects a sysdeps directory named
<$submachine.  It's not clear what you are trying to achieve by using
-<-with-cpu if there is no such sysdeps directory.  You can pass -march=
<or -mcpu= flags directly as CC="gcc -march=…" etc.


Can I directly modify the configure file?
If our architecture wants to merge with the glibc master branch, can we modify the common code, such as whether we can control the modification of configure and posix/getopt1. c through ifdef.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20250519/b10ef668/attachment-0001.htm>


More information about the Libc-alpha mailing list