diff options
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r-- | libstdc++-v3/configure.host | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index 8348b347d60..5dd5a74f66e 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -192,7 +192,16 @@ case "${host}" in x86_64-*-linux*) abi_baseline_pair="x86_64-linux-gnu" ;; + alpha*-*-freebsd5*) + abi_baseline_pair="alpha-freebsd5" + ;; i*86-*-freebsd4*) abi_baseline_pair="i386-freebsd4" ;; + i*86-*-freebsd5*) + abi_baseline_pair="i386-freebsd5" + ;; + sparc*-*-freebsd5*) + abi_baseline_pair="sparc-freebsd5" + ;; esac |