blob: d6fc70ccaaf72411fc10bc40c9008c25d69672c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Index: libcpp/configure
===================================================================
--- libcpp/configure (revision 218760)
+++ libcpp/configure (working copy)
@@ -7153,6 +7153,7 @@
aarch64*-*-* | \
alpha*-*-* | \
arm*-*-*eabi* | \
+ arm*-*-freebsd* | \
arm*-*-rtems* | \
arm*-*-symbianelf* | \
x86_64-*-* | \
Index: libcpp/configure.ac
===================================================================
--- libcpp/configure.ac (revision 218760)
+++ libcpp/configure.ac (working copy)
@@ -185,6 +185,7 @@
aarch64*-*-* | \
alpha*-*-* | \
arm*-*-*eabi* | \
+ arm*-*-freebsd* | \
arm*-*-rtems* | \
arm*-*-symbianelf* | \
x86_64-*-* | \
|