Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Feb 2, 2025
1 parent f8c134f commit 9581e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s390-unknown-linux-gnu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

declare extra_configure_flags=''
declare extra_configure_flags='--disable-libsanitizer'

declare triple='s390-unknown-linux-gnu'
declare host='s390-linux-gnu'
Expand Down
2 changes: 1 addition & 1 deletion sparc-unknown-linux-gnu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

declare extra_configure_flags=''
declare extra_configure_flags='--disable-libsanitizer'

declare triple='sparc-unknown-linux-gnu'
declare host='sparc-linux-gnu'
Expand Down

0 comments on commit 9581e8d

Please sign in to comment.