Overview
Comment: | configure: Remove obsolete hacks for amiga-gcc
These are no longer necessary with newer versions of amiga-gcc. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ed332262762c276f08d6cc5a1bcffc6f |
User & Date: | js on 2018-05-20 11:47:10 |
Other Links: | manifest | tags |
Context
2018-05-21
| ||
10:53 | .travis.yml: Remove hack for amiga-gcc check-in: c93d2a5ec9 user: js tags: trunk | |
2018-05-20
| ||
11:47 | configure: Remove obsolete hacks for amiga-gcc check-in: ed33226276 user: js tags: trunk | |
11:33 | OFURLHandler_file: Fix a typo check-in: d502e741c4 user: js tags: trunk | |
Changes
Modified configure.ac from [3f6c0a7b61] to [f664fa3121].
︙ | ︙ | |||
34 35 36 37 38 39 40 | enable_shared="no" enable_threads="no" enable_sockets="no" enable_files="yes" # Required for reading ENV: ac_cv_snprintf_useful_ret="yes" | < < < < < < < < < < | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | enable_shared="no" enable_threads="no" enable_sockets="no" enable_files="yes" # Required for reading ENV: ac_cv_snprintf_useful_ret="yes" AC_SUBST(NOIXEMUL, -noixemul) AC_SUBST(OBJFW_RT_AMIGA_LIB, objfw_rt.library) AC_SUBST(SFDC_TARGET, m68k-amigaos) dnl For 68000, GCC emits calls to helper functions that dnl do not work properly in a library. AC_SUBST(AMIGA_LIB_CFLAGS, "-mcpu=68020 -fbaserel") AC_SUBST(AMIGA_LIB_LDFLAGS, |
︙ | ︙ |