mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Build gawk for aarch64 and x86_64, add to x86_64 demo
This commit is contained in:
parent
193c1cffcc
commit
b9dd2ee36d
@ -46,6 +46,7 @@ extrautils = {}
|
||||
findutils = {}
|
||||
freefont = {}
|
||||
freetype2 = {}
|
||||
gawk = {}
|
||||
gcc13 = {}
|
||||
gettext = {}
|
||||
git = {}
|
||||
@ -135,7 +136,6 @@ zstd = {}
|
||||
# #freeglut = {}
|
||||
# #friar = {} # mio patch
|
||||
# #game-2048 = {} # rustc-serialize
|
||||
# #gawk = {} # langinfo.h
|
||||
# #gigalomania = {} # old recipe format
|
||||
# #gitoxide = {}
|
||||
# #goaccess = {}
|
||||
|
||||
@ -67,6 +67,7 @@ freefont = {}
|
||||
freepats = {}
|
||||
freetype2 = {}
|
||||
fribidi = {}
|
||||
gawk = {}
|
||||
gcc13 = {}
|
||||
gdbserver = {}
|
||||
gdk-pixbuf = {}
|
||||
@ -250,7 +251,6 @@ zstd = {}
|
||||
#freeglut = {}
|
||||
#friar = {} # mio patch
|
||||
#game-2048 = {} # rustc-serialize
|
||||
#gawk = {} # langinfo.h
|
||||
#gigalomania = {} # old recipe format
|
||||
#gitoxide = {}
|
||||
#goaccess = {}
|
||||
|
||||
@ -16,6 +16,7 @@ periodictable = {}
|
||||
intel-one-mono = {}
|
||||
|
||||
# Shell Apps
|
||||
gawk = {}
|
||||
gnu-grep = {}
|
||||
htop = {}
|
||||
ripgrep = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user