Skip to content

Commit ef3fcbc

Browse files
CyanoxygenMingcongBai
authored andcommitted
arch/sparc64: remove -mv8plus
This is used to force the global registers and out registers to be 64-bit wide, for Solaris 32-bit mode only.
1 parent 4d65d88 commit ef3fcbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/sparc64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
CFLAGS_COMMON_ARCH=('-O2' '-fno-tree-ch' '-ffunction-sections' '-fdata-sections')
77
LDFLAGS_COMMON_ARCH=('-Wl,--gc-sections')
88

9-
CFLAGS_COMMON_ARCH+=('-march=v9' '-mv8plus' '-mvis' '-m64' '-mcmodel=medany')
9+
CFLAGS_COMMON_ARCH+=('-march=v9' '-mvis' '-m64' '-mcmodel=medany')
1010

1111
RUSTFLAGS_COMMON_ARCH=('-Ctarget-cpu=v9' '-Ctarget-feature=+vis' '-Ccode-model=medium')

0 commit comments

Comments
 (0)