| @@ -114,12 +114,6 @@ LINK_OPTS += -Wl,--strip-all | |||||
| endif | endif | ||||
| endif | endif | ||||
| ifeq ($(RASPPI),true) | |||||
| # Raspberry-Pi optimization flags | |||||
| BASE_OPTS = -O3 -ffast-math -march=armv6 -mfpu=vfp -mfloat-abi=hard | |||||
| LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all | |||||
| endif | |||||
| ifeq ($(NOOPT),true) | ifeq ($(NOOPT),true) | ||||
| # No CPU-specific optimization flags | # No CPU-specific optimization flags | ||||
| BASE_OPTS = -O3 -ffast-math -fdata-sections -ffunction-sections | BASE_OPTS = -O3 -ffast-math -fdata-sections -ffunction-sections | ||||
| @@ -138,13 +132,6 @@ ifeq ($(CLANG),true) | |||||
| BASE_FLAGS += -Wabsolute-value | BASE_FLAGS += -Wabsolute-value | ||||
| endif | endif | ||||
| ifeq ($(STOAT),true) | |||||
| CC = clang | |||||
| CXX = clang++ | |||||
| BASE_FLAGS += -emit-llvm | |||||
| BASE_OPTS += -O0 | |||||
| endif | |||||
| ifeq ($(DEBUG),true) | ifeq ($(DEBUG),true) | ||||
| BASE_FLAGS += -DDEBUG -O0 -g | BASE_FLAGS += -DDEBUG -O0 -g | ||||
| LINK_OPTS = | LINK_OPTS = | ||||