mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
This will be the successor to lang/gcc5-aux. GCC6 is still in development although the Ada front end is generally stable. Once gcc6-aux is released, the lang/gcc-aux port will likely be removed. For that to happen, the gnatdroid compilers need to move from it to gcc5-aux or gcc6-aux. The Ada framework will also move to gcc6-aux by default as well.
12 lines
263 B
Text
12 lines
263 B
Text
--- libstdc++-v3/configure.host.orig
|
|
+++ libstdc++-v3/configure.host
|
|
@@ -262,6 +262,9 @@
|
|
freebsd*)
|
|
os_include_dir="os/bsd/freebsd"
|
|
;;
|
|
+ linux-android*)
|
|
+ os_include_dir="os/bionic"
|
|
+ ;;
|
|
linux-musl*)
|
|
os_include_dir="os/generic"
|
|
;;
|