mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
build: Drop -march=ivybridge override for macOS
This commit is contained in:
committed by
mborgerson
parent
c0345afda9
commit
450f78feb9
@@ -227,9 +227,6 @@ case "$platform" in # Adjust compilation options based on platform
|
||||
export LDFLAGS="${LDFLAGS} \
|
||||
-arch ${target_arch} \
|
||||
-isysroot ${sdk}"
|
||||
if [ "$target_arch" == "x86_64" ]; then
|
||||
sys_cflags='-march=ivybridge'
|
||||
fi
|
||||
sys_ldflags='-headerpad_max_install_names'
|
||||
export PKG_CONFIG_LIBDIR="${lib_prefix}/lib/pkgconfig"
|
||||
opts="$opts --disable-cocoa --cross-prefix="
|
||||
|
||||
Reference in New Issue
Block a user