diff options
author | Ivan Krasin <krasin@chromium.org> | 2011-08-23 06:43:49 +0000 |
---|---|---|
committer | Ivan Krasin <krasin@chromium.org> | 2011-08-23 06:43:49 +0000 |
commit | 9976bac3857fc4b6fb1386d08114738b108cf3ed (patch) | |
tree | e48b08a7d6df23c88c3e68b26b3642bf769d159f /configure | |
parent | a534780da0b369d9e6801922605113ea86b55324 (diff) | |
download | external_llvm-9976bac3857fc4b6fb1386d08114738b108cf3ed.zip external_llvm-9976bac3857fc4b6fb1386d08114738b108cf3ed.tar.gz external_llvm-9976bac3857fc4b6fb1386d08114738b108cf3ed.tar.bz2 |
Update config.sub, config.guess and configure.
The motivation to do that:
1. Now, llvm would use the stock config.sub. Before that we had an
uncommitted FreeBSD-related patch. Now, it has been upstreamed and
comes back. It means that it would be easier to update these files in
the next time (less magic knowledge)
2. Fix a typo for pseudo-CPUs: 32e[lb] -> [lb]e32, 64e[lb]->[lb]64.
One of these CPUs is used for PNaCl and it was not really convenient
to have a CPU that starts with a digit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138323 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11614,7 +11614,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 11615 "configure" +#line 11617 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |