mirror of
https://github.com/AmigaPorts/docker-amiga-gcc.git
synced 2026-05-03 02:35:12 +00:00
Fix m68k-amigaos image creation
This commit is contained in:
@@ -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