From d6db1e45c9a577fdfc2cb9304aa51266d7c175dd Mon Sep 17 00:00:00 2001 From: fincs Date: Fri, 5 Apr 2019 13:19:27 +0200 Subject: [PATCH] Update ARCH to -march=armv8-a+crc+crypto --- account/Makefile | 2 +- app_controldata/Makefile | 2 +- applet/libapplets/error/Makefile | 2 +- applet/libapplets/pctlauth/Makefile | 2 +- applet/libapplets/software-keyboard/Makefile | 2 +- applet/libapplets/web/Makefile | 2 +- applet/lockexit/Makefile | 2 +- applet/recording/Makefile | 2 +- audio/audren-simple/Makefile | 2 +- audio/echo/Makefile | 2 +- audio/hwopus-decoder/Makefile | 2 +- audio/playtone/Makefile | 2 +- exception-handler/Makefile | 2 +- fs/romfs/Makefile | 2 +- fs/save/Makefile | 2 +- fs/sdmc/Makefile | 2 +- graphics/opengl/dynamic_resolution/Makefile | 2 +- graphics/opengl/es2gears/Makefile | 2 +- graphics/opengl/gpu_console/Makefile | 2 +- graphics/opengl/lenny/Makefile | 2 +- graphics/opengl/simple_triangle/Makefile | 2 +- graphics/opengl/textured_cube/Makefile | 2 +- graphics/printing/hello-world/Makefile | 2 +- graphics/printing/vt52-demo/Makefile | 2 +- graphics/sdl2/sdl2-simple/Makefile | 2 +- graphics/shared_font/Makefile | 2 +- graphics/simplegfx/Makefile | 2 +- hid/colors/Makefile | 2 +- hid/irsensor/Makefile | 2 +- hid/read-controls/Makefile | 2 +- hid/sixaxis/Makefile | 2 +- hid/touch-screen/Makefile | 2 +- hid/vibration/Makefile | 2 +- jit/Makefile | 2 +- misc/barrier/Makefile | 2 +- misc/user_events/Makefile | 2 +- misc/user_timers/Makefile | 2 +- network/nxlink_stdio/Makefile | 2 +- nfc/Makefile | 2 +- settings/get_system_language/Makefile | 2 +- templates/application/Makefile | 2 +- templates/library/Makefile | 2 +- templates/sysmodule/Makefile | 2 +- time/Makefile | 2 +- usb/usbhs/Makefile | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/account/Makefile b/account/Makefile index 3b69b2f..2a807a9 100644 --- a/account/Makefile +++ b/account/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/app_controldata/Makefile b/app_controldata/Makefile index 3b69b2f..2a807a9 100644 --- a/app_controldata/Makefile +++ b/app_controldata/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/applet/libapplets/error/Makefile b/applet/libapplets/error/Makefile index 3b69b2f..2a807a9 100644 --- a/applet/libapplets/error/Makefile +++ b/applet/libapplets/error/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/applet/libapplets/pctlauth/Makefile b/applet/libapplets/pctlauth/Makefile index 3b69b2f..2a807a9 100644 --- a/applet/libapplets/pctlauth/Makefile +++ b/applet/libapplets/pctlauth/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/applet/libapplets/software-keyboard/Makefile b/applet/libapplets/software-keyboard/Makefile index 3b69b2f..2a807a9 100644 --- a/applet/libapplets/software-keyboard/Makefile +++ b/applet/libapplets/software-keyboard/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/applet/libapplets/web/Makefile b/applet/libapplets/web/Makefile index 47ac198..1bcff62 100644 --- a/applet/libapplets/web/Makefile +++ b/applet/libapplets/web/Makefile @@ -41,7 +41,7 @@ EXEFS_SRC := exefs_src #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/applet/lockexit/Makefile b/applet/lockexit/Makefile index 3b69b2f..2a807a9 100644 --- a/applet/lockexit/Makefile +++ b/applet/lockexit/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/applet/recording/Makefile b/applet/recording/Makefile index 3b69b2f..2a807a9 100644 --- a/applet/recording/Makefile +++ b/applet/recording/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/audio/audren-simple/Makefile b/audio/audren-simple/Makefile index 3b69b2f..2a807a9 100644 --- a/audio/audren-simple/Makefile +++ b/audio/audren-simple/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/audio/echo/Makefile b/audio/echo/Makefile index 380f1cb..0b369e6 100644 --- a/audio/echo/Makefile +++ b/audio/echo/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/audio/hwopus-decoder/Makefile b/audio/hwopus-decoder/Makefile index 20262e5..8b22e5e 100644 --- a/audio/hwopus-decoder/Makefile +++ b/audio/hwopus-decoder/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/audio/playtone/Makefile b/audio/playtone/Makefile index 380f1cb..0b369e6 100644 --- a/audio/playtone/Makefile +++ b/audio/playtone/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/exception-handler/Makefile b/exception-handler/Makefile index 3b69b2f..2a807a9 100644 --- a/exception-handler/Makefile +++ b/exception-handler/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/fs/romfs/Makefile b/fs/romfs/Makefile index 568b16e..629eac6 100644 --- a/fs/romfs/Makefile +++ b/fs/romfs/Makefile @@ -47,7 +47,7 @@ ROMFS := romfs #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/fs/save/Makefile b/fs/save/Makefile index 3b69b2f..2a807a9 100644 --- a/fs/save/Makefile +++ b/fs/save/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/fs/sdmc/Makefile b/fs/sdmc/Makefile index 3b69b2f..2a807a9 100644 --- a/fs/sdmc/Makefile +++ b/fs/sdmc/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/opengl/dynamic_resolution/Makefile b/graphics/opengl/dynamic_resolution/Makefile index 27712e2..465e70c 100644 --- a/graphics/opengl/dynamic_resolution/Makefile +++ b/graphics/opengl/dynamic_resolution/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/opengl/es2gears/Makefile b/graphics/opengl/es2gears/Makefile index 8e81a48..01571a1 100644 --- a/graphics/opengl/es2gears/Makefile +++ b/graphics/opengl/es2gears/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/opengl/gpu_console/Makefile b/graphics/opengl/gpu_console/Makefile index 7a1b342..de3d71d 100644 --- a/graphics/opengl/gpu_console/Makefile +++ b/graphics/opengl/gpu_console/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/opengl/lenny/Makefile b/graphics/opengl/lenny/Makefile index 27712e2..465e70c 100644 --- a/graphics/opengl/lenny/Makefile +++ b/graphics/opengl/lenny/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/opengl/simple_triangle/Makefile b/graphics/opengl/simple_triangle/Makefile index 7a1b342..de3d71d 100644 --- a/graphics/opengl/simple_triangle/Makefile +++ b/graphics/opengl/simple_triangle/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/opengl/textured_cube/Makefile b/graphics/opengl/textured_cube/Makefile index 6f1aa7c..362a208 100644 --- a/graphics/opengl/textured_cube/Makefile +++ b/graphics/opengl/textured_cube/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/printing/hello-world/Makefile b/graphics/printing/hello-world/Makefile index 3b69b2f..2a807a9 100644 --- a/graphics/printing/hello-world/Makefile +++ b/graphics/printing/hello-world/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/printing/vt52-demo/Makefile b/graphics/printing/vt52-demo/Makefile index 3b69b2f..2a807a9 100644 --- a/graphics/printing/vt52-demo/Makefile +++ b/graphics/printing/vt52-demo/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/sdl2/sdl2-simple/Makefile b/graphics/sdl2/sdl2-simple/Makefile index 999427a..1eb4f3e 100644 --- a/graphics/sdl2/sdl2-simple/Makefile +++ b/graphics/sdl2/sdl2-simple/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/shared_font/Makefile b/graphics/shared_font/Makefile index 42762ff..05234af 100644 --- a/graphics/shared_font/Makefile +++ b/graphics/shared_font/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/graphics/simplegfx/Makefile b/graphics/simplegfx/Makefile index 3b69b2f..2a807a9 100644 --- a/graphics/simplegfx/Makefile +++ b/graphics/simplegfx/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/hid/colors/Makefile b/hid/colors/Makefile index 3b69b2f..2a807a9 100644 --- a/hid/colors/Makefile +++ b/hid/colors/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/hid/irsensor/Makefile b/hid/irsensor/Makefile index 3b69b2f..2a807a9 100644 --- a/hid/irsensor/Makefile +++ b/hid/irsensor/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/hid/read-controls/Makefile b/hid/read-controls/Makefile index 3b69b2f..2a807a9 100644 --- a/hid/read-controls/Makefile +++ b/hid/read-controls/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/hid/sixaxis/Makefile b/hid/sixaxis/Makefile index 3b69b2f..2a807a9 100644 --- a/hid/sixaxis/Makefile +++ b/hid/sixaxis/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/hid/touch-screen/Makefile b/hid/touch-screen/Makefile index 3b69b2f..2a807a9 100644 --- a/hid/touch-screen/Makefile +++ b/hid/touch-screen/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/hid/vibration/Makefile b/hid/vibration/Makefile index 3b69b2f..2a807a9 100644 --- a/hid/vibration/Makefile +++ b/hid/vibration/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/jit/Makefile b/jit/Makefile index 3b69b2f..2a807a9 100644 --- a/jit/Makefile +++ b/jit/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/misc/barrier/Makefile b/misc/barrier/Makefile index 3b69b2f..2a807a9 100644 --- a/misc/barrier/Makefile +++ b/misc/barrier/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/misc/user_events/Makefile b/misc/user_events/Makefile index 3b69b2f..2a807a9 100644 --- a/misc/user_events/Makefile +++ b/misc/user_events/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/misc/user_timers/Makefile b/misc/user_timers/Makefile index 3b69b2f..2a807a9 100644 --- a/misc/user_timers/Makefile +++ b/misc/user_timers/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/network/nxlink_stdio/Makefile b/network/nxlink_stdio/Makefile index 3b69b2f..2a807a9 100644 --- a/network/nxlink_stdio/Makefile +++ b/network/nxlink_stdio/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/nfc/Makefile b/nfc/Makefile index 3b69b2f..2a807a9 100644 --- a/nfc/Makefile +++ b/nfc/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/settings/get_system_language/Makefile b/settings/get_system_language/Makefile index 3b69b2f..2a807a9 100644 --- a/settings/get_system_language/Makefile +++ b/settings/get_system_language/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/templates/application/Makefile b/templates/application/Makefile index 3b69b2f..2a807a9 100644 --- a/templates/application/Makefile +++ b/templates/application/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/templates/library/Makefile b/templates/library/Makefile index 1f09512..e4e69b0 100644 --- a/templates/library/Makefile +++ b/templates/library/Makefile @@ -22,7 +22,7 @@ INCLUDES := #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIC -ftls-model=local-exec +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIC -ftls-model=local-exec CFLAGS := -g -Wall -Werror \ -ffunction-sections \ diff --git a/templates/sysmodule/Makefile b/templates/sysmodule/Makefile index 3b69b2f..2a807a9 100644 --- a/templates/sysmodule/Makefile +++ b/templates/sysmodule/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/time/Makefile b/time/Makefile index 3b69b2f..2a807a9 100644 --- a/time/Makefile +++ b/time/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) diff --git a/usb/usbhs/Makefile b/usb/usbhs/Makefile index 3b69b2f..2a807a9 100644 --- a/usb/usbhs/Makefile +++ b/usb/usbhs/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES)