mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-17 06:31:14 +00:00
Minor build fixes
Removed OS X -no_pie linker flag Fixed copy/paste error in ether helper help string Added missing distclean targets.
This commit is contained in:
parent
24005dc4ed
commit
b8fb05fbd0
@ -184,7 +184,7 @@ distclean: clean
|
|||||||
rm -rf $(OBJ_DIR)
|
rm -rf $(OBJ_DIR)
|
||||||
rm -rf autom4te.cache
|
rm -rf autom4te.cache
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
rm -f config.cache config.log config.status config.h
|
rm -f config.cache config.log config.status config.h config.h.in configure
|
||||||
rm -f Darwin/lowmem Darwin/pagezero
|
rm -f Darwin/lowmem Darwin/pagezero
|
||||||
|
|
||||||
depend dep:
|
depend dep:
|
||||||
|
@ -28,7 +28,7 @@ dnl Apple Sound Chip Emulation
|
|||||||
AC_ARG_ENABLE(asc-emu, [ --enable-asc-emu enable Apple Sound Chip emulation [default=no]], [WANT_ASC_EMU=$enableval], [WANT_ASC_EMU=no])
|
AC_ARG_ENABLE(asc-emu, [ --enable-asc-emu enable Apple Sound Chip emulation [default=no]], [WANT_ASC_EMU=$enableval], [WANT_ASC_EMU=no])
|
||||||
|
|
||||||
dnl Mac OS X etherhelper support
|
dnl Mac OS X etherhelper support
|
||||||
AC_ARG_ENABLE(macosx-etherhelper, [ --enable-macosx-etherhelper enable Mac OS X Sound [default=no]], [WANT_MACOSX_ETHERHELPER=$enableval], [WANT_MACOSX_ETHERHELPER=no])
|
AC_ARG_ENABLE(macosx-etherhelper, [ --enable-macosx-etherhelper enable Mac OS X Ethernet Helper Program [default=no]], [WANT_MACOSX_ETHERHELPER=$enableval], [WANT_MACOSX_ETHERHELPER=no])
|
||||||
|
|
||||||
dnl 32-bit build
|
dnl 32-bit build
|
||||||
AC_ARG_ENABLE(32-bit-build, [ --enable-32-bit-build enable a 32-bit build [default=no]], [WANT_32BIT_BUILD=$enableval], [WANT_32BIT_BUILD=no])
|
AC_ARG_ENABLE(32-bit-build, [ --enable-32-bit-build enable a 32-bit build [default=no]], [WANT_32BIT_BUILD=$enableval], [WANT_32BIT_BUILD=no])
|
||||||
@ -1783,10 +1783,6 @@ if [[ "x$LP64_DEFINED" = "xyes" ] && [ "x$have_mach_vm" = "xyes" ]]; then
|
|||||||
LIBS+=" -Wl,-pagezero_size,0x1000"
|
LIBS+=" -Wl,-pagezero_size,0x1000"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${OS_TYPE} = darwin ]]; then
|
|
||||||
LIBS+=" -Wl,-no_pie"
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl Generate Makefile.
|
dnl Generate Makefile.
|
||||||
AC_SUBST(DEFINES)
|
AC_SUBST(DEFINES)
|
||||||
AC_SUBST(SYSSRCS)
|
AC_SUBST(SYSSRCS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user