fix: working gcc build

This commit is contained in:
Jake Hamilton 2024-08-22 16:25:33 -07:00
parent 4b36a5a013
commit 6d0463d37d
Signed by untrusted user: jakehamilton
GPG key ID: 9762169A1B35EA68
2 changed files with 11 additions and 9 deletions

View file

@ -8,10 +8,11 @@
}, },
"locked": { "locked": {
"dir": "foundation", "dir": "foundation",
"dirtyRev": "cadfaabc853d20f2bc20bad794fcbe520ea48f13-dirty", "lastModified": 1724190751,
"dirtyShortRev": "cadfaab-dirty", "narHash": "sha256-e8sOmeXS9YWuQqjW6gvtS3PIueazkf4S1iiJ/94eXv4=",
"lastModified": 1723737980, "ref": "master",
"narHash": "sha256-wytg4odrfvFVYvTskWUficyi8VnaaEt54aIlKUn3SKw=", "rev": "4b36a5a0133f5481840bdfaf693c971215a7ef1f",
"revCount": 84,
"type": "git", "type": "git",
"url": "file:../" "url": "file:../"
}, },
@ -24,10 +25,11 @@
"lib": { "lib": {
"locked": { "locked": {
"dir": "lib", "dir": "lib",
"dirtyRev": "cadfaabc853d20f2bc20bad794fcbe520ea48f13-dirty", "lastModified": 1724190751,
"dirtyShortRev": "cadfaab-dirty", "narHash": "sha256-e8sOmeXS9YWuQqjW6gvtS3PIueazkf4S1iiJ/94eXv4=",
"lastModified": 1723737980, "ref": "master",
"narHash": "sha256-wytg4odrfvFVYvTskWUficyi8VnaaEt54aIlKUn3SKw=", "rev": "4b36a5a0133f5481840bdfaf693c971215a7ef1f",
"revCount": 84,
"type": "git", "type": "git",
"url": "file:../" "url": "file:../"
}, },

View file

@ -203,7 +203,7 @@ in
patch = '' patch = ''
# Patch # Patch
# force musl even if host triple is gnu # force musl even if host triple is gnu
# sed -i 's|"os/gnu-linux"|"os/generic"|' libstdc++-v3/configure.host sed -i 's|"os/gnu-linux"|"os/generic"|' libstdc++-v3/configure.host
''; '';
configure = '' configure = ''