diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2024-09-17 16:46:46 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2024-09-17 16:46:46 +0000 |
| commit | a24d54308cded3159ca5e4175691259cf15449aa (patch) | |
| tree | 6d96e6aaa6e5fbc9fbe5deb2932710abac6c422d | |
| parent | ab9fb7e488e3a434d583da879742c6018f297ed8 (diff) | |
| download | teachos-a24d54308cded3159ca5e4175691259cf15449aa.tar.xz teachos-a24d54308cded3159ca5e4175691259cf15449aa.zip | |
conan: remove remnants
| -rw-r--r-- | .conan/profiles/x86_64-gcc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.conan/profiles/x86_64-gcc b/.conan/profiles/x86_64-gcc deleted file mode 100644 index 8471f80..0000000 --- a/.conan/profiles/x86_64-gcc +++ /dev/null @@ -1,26 +0,0 @@ -target_host=x86_64-none-elf -cc_compiler=gcc -cxx_compiler=g++ - -[env] -CHOST=$target_host -AR=$target_host-ar -ASM=$target_host-$cc_compiler -CC=$target_host-$cc_compiler -CXX=$target_host-$cxx_compiler -LD=$target_host-$cxx_compiler -OBJDUMP=$target_host-objdump -RANLIB=$target_host-ranlib -STRIP=$target_host-strip - -[settings] -arch=x86_64 -build_type=Debug -compiler=gcc -compiler.version=13 -compiler.libcxx=libstdc++11 -compiler.cppstd=20 -os=baremetal - -[options] -gcc:target_arch=x86_64 |
