mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Remove config/llvm.toml
It is no longer necessary.
This commit is contained in:
parent
aa769bf4b2
commit
a35ef7b9f5
@ -1,30 +0,0 @@
|
||||
# # Configuration to create "llvm-config" script
|
||||
|
||||
include = ["base.toml"]
|
||||
|
||||
[general]
|
||||
filesystem_size = 2048
|
||||
|
||||
[packages]
|
||||
bash = {}
|
||||
llvm20 = {}
|
||||
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/99_gen_llvm-config-generate"
|
||||
data = """
|
||||
requires_weak 00_drivers
|
||||
bash /usr/bin/llvm-config-generate
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/usr/bin/llvm-config-generate"
|
||||
data = """
|
||||
for flag in --version --bindir --cppflags --cxxflags --includedir --ldflags --libdir --system-libs --targets-built --has-rtti --shared-mode
|
||||
do
|
||||
echo -e "'$flag': '$(llvm-config $flag)',"
|
||||
done
|
||||
for component in $(llvm-config --components)
|
||||
do
|
||||
echo -e "'$component': '$(llvm-config --libs $component)',"
|
||||
done
|
||||
"""
|
||||
@ -1,3 +0,0 @@
|
||||
# Configuration to create "llvm-config" script
|
||||
|
||||
include = ["../llvm.toml"]
|
||||
Loading…
Reference in New Issue
Block a user