Skip to content

Commit

Permalink
re-apply cortex-a55
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Jul 4, 2022
1 parent 9ebc04d commit 98b7cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/arch.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# determine architecture's family
case $TARGET_CPU in
generic|cortex-a35|cortex-a53|cortex-a57|cortex-a72|exynos-m1|qdf24xx|thunderx|xgene1|cortex-a57.cortex-a53|cortex-a72.cortex-a53)
generic|cortex-a35|cortex-a53|cortex-a57|cortex-a72|exynos-m1|qdf24xx|thunderx|xgene1|cortex-a57.cortex-a53|cortex-a72.cortex-a53|cortex-a55)
TARGET_SUBARCH=aarch64
TARGET_VARIANT=armv8-a
TARGET_ABI=eabi
Expand Down
2 changes: 1 addition & 1 deletion config/arch.arm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
TARGET_FPU_FLAGS="-mfloat-abi=$TARGET_FLOAT -mfpu=$TARGET_FPU"
TARGET_FEATURES+=" neon"
;;
cortex-a35|cortex-a53|cortex-a72.cortex-a53)
cortex-a35|cortex-a53|cortex-a72.cortex-a53|cortex-a55)
TARGET_SUBARCH=armv8-a
TARGET_ABI=eabi
TARGET_FPU_FLAGS="-mfloat-abi=$TARGET_FLOAT -mfpu=$TARGET_FPU"
Expand Down

0 comments on commit 98b7cbd

Please sign in to comment.