Skip to content
New issue

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

Convert file to UTF-8. #50

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Convert file to UTF-8. #50

wants to merge 5 commits into from

Conversation

and1bm
Copy link
Contributor

@and1bm and1bm commented Jan 23, 2021

No description provided.

@@ -161,7 +161,7 @@ case "$host" in
m68k-*-linux-*) ARCH="-D__M68K__ -D__LINUX__" ;;
mips*-*-linux-*) ARCH="-D__MIPS__ -D__LINUX__" ;;
powerpc-*-linux-*) ARCH="-D__PPC__ -D__LINUX__" ;;
powerpc64-*-linux-*) ARCH="-D__PPC__ -D__LINUX__" ;;
powerpc64*-*-linux-*) ARCH="-D__PPC__ -D__LINUX__" ;;
powerpc64le-*-linux-*) ARCH="-D__PPC__ -D__LINUX__" ;;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be matched by the previous one, so you should be able to remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, as it seems to be needed for 'powerpc64el'. (But line 165 isn't needed anymore with 'powerpc64*--linux-)' in place, I guess).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, I have to learn this githup workflow ;-/

@debrouxl
Copy link
Owner

The code base has a number of other files using ISO-8859-1(5) encoding, including all four libraries' LOGO files :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants