diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 5a453a7..08d8104 100644 --- a/configure.in +++ b/configure.in @@ -137,7 +137,7 @@ esac -# some tools are only suitable for building in a "native" situation. +# Some tools are only suitable for building in a "native" situation. # Those are added when we have a host==target configuration. For cross # toolchains, we add some directories that should only be useful in a # cross-compiler. @@ -156,10 +156,13 @@ else done fi +## start-sanitize-for-fsf -# remove more programs from consideration, based on the host or +# Remove more programs from consideration, based on the host or # target this usually means that a port of the program doesn't -# exist yet. +# exist yet. This section gets removed for FSF releases, +# where we want the configure scripts in the subdirectories to +# complain if the target or host isn't supported. case "${host}" in alpha-dec-osf1) @@ -230,6 +233,8 @@ case "${target}" in ;; esac +## end-sanitize-for-fsf + # Set with_gnu_as and with_gnu_ld as appropriate. # # This is done by determining whether or not the appropriate directory |