[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Makefile for Cross-Compiling
Hello, while cross-compiling yaboot i found a "mini" bug within the Makefile.
Here is the diff Origin New
33c33
< YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `gcc
-print-file-name=include` -fsigned-char
---
> YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `$(CROSS)gcc
-print-file-name=include` -fsigned-char
It appears that "addnote" don't compile with a "stage1" cross-compiler (it's
normal)
So user should type:
make CROSS="powerpc-linux-"