mirror of
https://github.com/AmigaPorts/docker-amiga-gcc.git
synced 2025-11-19 16:22:32 +00:00
Fix m68k-amigaos image creation
This commit is contained in:
2
dependencies/toolchains
vendored
2
dependencies/toolchains
vendored
Submodule dependencies/toolchains updated: 0e93445feb...544e7e2a78
@ -7,7 +7,7 @@ set -e
|
||||
export TARGET='m68k-amigaos'
|
||||
export SYSROOT=/opt/${TARGET}/usr
|
||||
export M68K_CPU="-m68040 -mhard-float"
|
||||
export M68K_COMMON="-s -ffast-math -fomit-frame-pointer -noixemul"
|
||||
export M68K_COMMON="-s -ffast-math -fomit-frame-pointer"
|
||||
export M68K_CFLAGS="${CFLAGS} ${M68K_CPU} ${M68K_COMMON}"
|
||||
export M68K_CXXFLAGS="${CXXFLAGS} ${M68K_CPU} ${M68K_COMMON}"
|
||||
export CURPATH="${PWD}"
|
||||
|
||||
Reference in New Issue
Block a user