mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 04:33:24 +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 autom4te.cache
|
||||
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
|
||||
|
||||
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])
|
||||
|
||||
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
|
||||
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"
|
||||
fi
|
||||
|
||||
if [[ ${OS_TYPE} = darwin ]]; then
|
||||
LIBS+=" -Wl,-no_pie"
|
||||
fi
|
||||
|
||||
dnl Generate Makefile.
|
||||
AC_SUBST(DEFINES)
|
||||
AC_SUBST(SYSSRCS)
|
||||
|
Loading…
Reference in New Issue
Block a user