diff options
author | davidovski <david@davidovski.xyz> | 2022-01-30 23:48:38 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-30 23:48:38 +0000 |
commit | 1098ec37bb3a84cf499c7517578e318b44e850ee (patch) | |
tree | 82f4f3760a824e7631977ddd7bdba32d1db5bfbb /repo/system | |
parent | 5c3c09448a493ae6ae273e7fba6e2ed4487cd272 (diff) |
fixed deps for gcc
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/binutils.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild index a0f4ce2..f1fb1cb 100644 --- a/repo/system/binutils.xibuild +++ b/repo/system/binutils.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make ) +MAKEDEPS=(make dejagnu) DEPS=(glibc zlib elfutils) PKG_VER=2.37 |