Skip to content

Commit

Permalink
aarch64: build illumos with gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Dec 14, 2024
1 parent 4b220ca commit ee0b993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/illumos/files/aarch64.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export aarch64_CROSS_ROOT=/opt/cross/aarch64
pfx=aarch64-unknown-solaris2.11

export aarch64_GNUC_ROOT=$aarch64_CROSS_ROOT
export aarch64_PRIMARY_CC=gcc10,$aarch64_GNUC_ROOT/bin/$pfx-gcc,gnu
export aarch64_PRIMARY_CCC=gcc10,$aarch64_GNUC_ROOT/bin/$pfx-g++,gnu
export aarch64_PRIMARY_CC=gcc14,$aarch64_GNUC_ROOT/bin/$pfx-gcc,gnu
export aarch64_PRIMARY_CCC=gcc14,$aarch64_GNUC_ROOT/bin/$pfx-g++,gnu

export GLD=$aarch64_CROSS_ROOT/bin/$pfx-ld
export OBJCOPY=$aarch64_CROSS_ROOT/bin/$pfx-objcopy
Expand Down

0 comments on commit ee0b993

Please sign in to comment.