mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-28 14:31:50 +00:00
pass CPPFLAGS to elf2flt build
This commit is contained in:
parent
380c8115fe
commit
17cf4beff7
@ -67,6 +67,7 @@ cp $SRC/elf.h $PREFIX/include/
|
||||
|
||||
# Build elf2flt
|
||||
export "CFLAGS=-I${SRC}/binutils/include -I../toolchain/include"
|
||||
export "CPPFLAGS=$CFLAGS"
|
||||
mkdir -p elf2flt-build
|
||||
cd elf2flt-build
|
||||
$SRC/elf2flt/configure --target=m68k-apple-macos --prefix=$PREFIX --with-binutils-build-dir=$BINUTILS
|
||||
|
Loading…
Reference in New Issue
Block a user