The new arm-uclinuxfdpiceabi target behaves pretty much like arm-linux-gnueabi. In order to enable the same set of features, we have to update several configure scripts that generally match targets like *-*-linux*: in most places, we add *-uclinux* where there is already *-linux*, or uclinux* when there is already linux*. In gcc/config.gcc and libgcc/config.host we use *-*-uclinuxfdpiceabi because there is already a different behaviour for *-*uclinux* target. In libtool.m4, we use uclinuxfdpiceabi in cases where ELF shared libraries support is required, as uclinux does not guarantee that. 2019-09-10 Christophe Lyon <christophe.lyon@st.com> config/ * futex.m4: Handle *-uclinux*. * tls.m4 (GCC_CHECK_TLS): Likewise. gcc/ * config.gcc: Handle *-*-uclinuxfdpiceabi. libatomic/ * configure.tgt: Handle arm*-*-uclinux*. * configure: Regenerate. libgcc/ * config.host: Handle *-*-uclinuxfdpiceabi. libitm/ * configure.tgt: Handle *-*-uclinux*. * configure: Regenerate. * libtool.m4: Handle uclinuxfdpiceabi. From-SVN: r275564
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
config | Loading commit data... | |
testsuite | Loading commit data... | |
.gitignore | Loading commit data... | |
ChangeLog | Loading commit data... | |
Makefile.am | Loading commit data... | |
Makefile.in | Loading commit data... | |
acinclude.m4 | Loading commit data... | |
aclocal.m4 | Loading commit data... | |
auto-config.h.in | Loading commit data... | |
cas_n.c | Loading commit data... | |
configure | Loading commit data... | |
configure.ac | Loading commit data... | |
configure.tgt | Loading commit data... | |
exch_n.c | Loading commit data... | |
fadd_n.c | Loading commit data... | |
fand_n.c | Loading commit data... | |
fence.c | Loading commit data... | |
fenv.c | Loading commit data... | |
fior_n.c | Loading commit data... | |
flag.c | Loading commit data... | |
fnand_n.c | Loading commit data... | |
fop_n.c | Loading commit data... | |
fsub_n.c | Loading commit data... | |
fxor_n.c | Loading commit data... | |
gcas.c | Loading commit data... | |
gexch.c | Loading commit data... | |
glfree.c | Loading commit data... | |
gload.c | Loading commit data... | |
gstore.c | Loading commit data... | |
host-config.h | Loading commit data... | |
init.c | Loading commit data... | |
libatomic.map | Loading commit data... | |
libatomic_i.h | Loading commit data... | |
load_n.c | Loading commit data... | |
store_n.c | Loading commit data... | |
tas_n.c | Loading commit data... |