1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-05 03:19:18 -04:00
ports/lang/gcc48/files/patch-arm-libcpp
Gerald Pfeifer e40987f488 Move all ARM-specific bits we used to have in lang/gcc until r426565
(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
2016-11-20 21:39:50 +00:00

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-*-* | \