diff options
-rw-r--r-- | depgraphs/Build-Depends_system_simplified.dot | 16 | ||||
-rw-r--r-- | depgraphs/Build-Depends_system_simplified.png | bin | 149070 -> 218105 bytes |
2 files changed, 15 insertions, 1 deletions
diff --git a/depgraphs/Build-Depends_system_simplified.dot b/depgraphs/Build-Depends_system_simplified.dot index cbe41ac..b1ac718 100644 --- a/depgraphs/Build-Depends_system_simplified.dot +++ b/depgraphs/Build-Depends_system_simplified.dot @@ -14,30 +14,41 @@ digraph "Build-Depends_system_simplified" { "gcc" -> "binutils" "gcc" -> "gcc" "gcc" -> "make" + "gcc" -> "eglibc" "mpfr" -> "gmp" "mpfr" -> "make" "mpfr" -> "gcc" "mpfr" -> "binutils" + "mpfr" -> "eglibc" "mpc" -> "mpfr" "mpc" -> "gmp" "mpc" -> "make" "mpc" -> "gcc" "mpc" -> "binutils" + "mpc" -> "eglibc" "gmp" -> "make" "gmp" -> "gcc" "gmp" -> "binutils" + "gmp" -> "eglibc" "make" -> "make" "make" -> "gcc" "make" -> "binutils" + "make" -> "eglibc" "binutils" -> "make" "binutils" -> "gcc" "binutils" -> "binutils" + "binutils" -> "eglibc" + "eglibc" -> "make" + "eglibc" -> "gcc" + "eglibc" -> "binutils" + "eglibc" -> "eglibc" } subgraph "System" { "busybox" -> "config-<platform>" "busybox" -> "gcc" "busybox" -> "make" "busybox" -> "binutils" + "busybox" -> "eglibc" "linux" -> "config-<platform>" "linux" -> "make" "linux" -> "gcc" @@ -48,10 +59,13 @@ digraph "Build-Depends_system_simplified" { "opkg" -> "gcc" "opkg" -> "make" "opkg" -> "binutils" + "opkg" -> "config-<platform>" + "opkg" -> "eglibc" "fakeroot" -> "gcc" "fakeroot" -> "make" "fakeroot" -> "binutils" - "opkhelper" + "fakeroot" -> "eglibc" + "opkhelper" -> "make" "opkhelper-buildflags" } } diff --git a/depgraphs/Build-Depends_system_simplified.png b/depgraphs/Build-Depends_system_simplified.png Binary files differindex 8b3ddb8..68d9325 100644 --- a/depgraphs/Build-Depends_system_simplified.png +++ b/depgraphs/Build-Depends_system_simplified.png |