aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorMaya Rashish <coypu@sdf.org>2018-06-18 17:28:53 +0000
committerJeff Law <law@gcc.gnu.org>2018-06-18 11:28:53 -0600
commit4f9eae9fd88ea2de19b7660b03fa6d49217ab211 (patch)
treea0ba86f5881315bdeec18fd2ac3e57fd5728a712 /libstdc++-v3/configure
parent410fb7d7b097d3167e1212693a22bdc0f3a1efdf (diff)
downloadgcc-4f9eae9fd88ea2de19b7660b03fa6d49217ab211.zip
gcc-4f9eae9fd88ea2de19b7660b03fa6d49217ab211.tar.gz
gcc-4f9eae9fd88ea2de19b7660b03fa6d49217ab211.tar.bz2
crossconfig.m4: Handle OpenBSD just like NetBSD.
2018-06-18 Maya Rashish <coypu@sdf.org> * crossconfig.m4: Handle OpenBSD just like NetBSD. * configure: Rebuilt. * config/alpha/openbsd.h (TARGET_DEFAULT): Define. (LINK_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Likewise. (INTMAX_TYPE, UINTMAX_TYPE, WINT_TYPE): Likewise. * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Move from here to ... * config/alpha/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Here. From-SVN: r261707
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 7bad764..5a017be 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -66148,7 +66148,7 @@ fi
done
;;
- *-netbsd*)
+ *-netbsd* | *-openbsd*)
SECTION_FLAGS='-ffunction-sections -fdata-sections'