diff options
| author | 2025-11-30 18:26:31 -0500 | |
|---|---|---|
| committer | 2025-11-30 18:26:31 -0500 | |
| commit | c6a78e2502fd3f7deabecbf48970f346424106f6 (patch) | |
| tree | 4564443ec04438d4c878203029f7abf53437c287 /cross | |
| parent | c8412bbedae0fce38db96833732e8ce904721e4c (diff) | |
| download | camu-c6a78e2502fd3f7deabecbf48970f346424106f6.tar.gz camu-c6a78e2502fd3f7deabecbf48970f346424106f6.tar.bz2 camu-c6a78e2502fd3f7deabecbf48970f346424106f6.zip | |
Pass on atomic usage
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'cross')
| -rw-r--r-- | cross/x86_64-linux-cosmo.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cross/x86_64-linux-cosmo.txt b/cross/x86_64-linux-cosmo.txt new file mode 100644 index 0000000..551eceb --- /dev/null +++ b/cross/x86_64-linux-cosmo.txt @@ -0,0 +1,23 @@ +# Doesn't work right now. Wayland making it tricky. + +[constants] +cosmo_dir = '/opt/cosmocc' +cosmo_bin = cosmo_dir / 'bin' +sysname = 'unknown-unknown-cosmo-' + +[binaries] +c = cosmo_bin / 'cosmocc' +cpp = cosmo_bin / 'cosmoc++' +ar = cosmo_bin / 'unknown-unknown-cosmo-ar' +strip = cosmo_bin / 'unknown-unknown-cosmo-strip' +pkg-config = cosmo_bin / 'unknown-unknown-cosmo-pkg-config' + +[properties] +ar = cosmo_bin / 'unknown-unknown-cosmo-ar' +nm = cosmo_bin / 'x86_64-linux-cosmo-nm' +root = cosmo_dir +sys_root = cosmo_dir / 'x86_64-linux-cosmo' +needs_exe_wrapper = false + +[built-in options] +default_library = 'static' |