mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
26 lines
673 B
Plaintext
26 lines
673 B
Plaintext
--- UTC
|
|
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-*-* | \
|