This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# NOTE: First, have to ignore the following warnings to make it build on M1 Chip. | |
# | |
# -Wno-constant-logical-operand -Wno-format-nonliteral -Wno-self-assign | |
# | |
# To do so the above line should be appended to consts CFLAGS and CXXFLAGS | |
# under the 'Programs producing files for the HOST machine' section of | |
# the generated Makefile in dir 'build-gdb'. |
OlderNewer