mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
(where I updated that port from GCC 4.8.5 to 4.9.4) to lang/gcc48. Apart from these improvements these two ports used to be more or less aligned, and not syncing them fully earlier looks like an omission. Reported by: linimon
25 lines
673 B
Text
25 lines
673 B
Text
--- 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-*-* | \
|