Skip to content

cross compiling problem #232

Description

@leleliu008

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions