We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/onetrueawk/awk/blob/master/makefile#L66
share CFLAGS when cross compiling may not corect.
change
$(HOSTCC) $(CFLAGS) maketab.c -o maketab
to
$(HOSTCC) $(HOSTCFLAGS) maketab.c -o maketab
The text was updated successfully, but these errors were encountered:
Does this patch work for you? https://paste.debian.net/1323812/
Sorry, something went wrong.
No branches or pull requests
https://github.com/onetrueawk/awk/blob/master/makefile#L66
share CFLAGS when cross compiling may not corect.
change
to
The text was updated successfully, but these errors were encountered: