X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farc%2Fconfig.mk;h=7c974f005585b29ad5b75f024dee03774ea9a3c3;hb=edf0093732225c2fd0791c3864e9a3eef1f92f19;hp=04c034b637e51b24de3e25d053612e7f2b3c5ae3;hpb=0a12e6872ea2b79c9b3862e7b6c08cc4c1889408;p=oweals%2Fu-boot.git diff --git a/arch/arc/config.mk b/arch/arc/config.mk index 04c034b637..7c974f0055 100644 --- a/arch/arc/config.mk +++ b/arch/arc/config.mk @@ -11,13 +11,13 @@ CONFIG_SYS_BIG_ENDIAN = 1 endif ifdef CONFIG_SYS_LITTLE_ENDIAN -ARC_CROSS_COMPILE := arc-buildroot-linux-uclibc- +ARC_CROSS_COMPILE := arc-linux- PLATFORM_LDFLAGS += -EL PLATFORM_CPPFLAGS += -mlittle-endian endif ifdef CONFIG_SYS_BIG_ENDIAN -ARC_CROSS_COMPILE := arceb-buildroot-linux-uclibc- +ARC_CROSS_COMPILE := arceb-linux- PLATFORM_LDFLAGS += -EB PLATFORM_CPPFLAGS += -mbig-endian endif @@ -43,11 +43,11 @@ PLATFORM_CPPFLAGS += -marcem endif ifdef CONFIG_CPU_ARCHS34 -PLATFORM_CPPFLAGS += -marchs +PLATFORM_CPPFLAGS += -mcpu=archs endif ifdef CONFIG_CPU_ARCHS38 -PLATFORM_CPPFLAGS += -marchs +PLATFORM_CPPFLAGS += -mcpu=archs endif PLATFORM_CPPFLAGS += -ffixed-r25 -D__ARC__ -gdwarf-2