diff options
| author | Tom Rini <[email protected]> | 2021-10-04 14:01:34 -0400 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2021-11-09 14:50:22 +0530 |
| commit | a48492679cb7c1ab4465af457defc3ba6dc7d4ec (patch) | |
| tree | b97e934dfe2e174698d079884f713e1e0923a16d | |
| parent | f5402117ade90d136349bc227a544771e112c981 (diff) | |
ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS
This has not been supported by toolchains for some time and has been
putting out a warning. Drop this.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
| -rw-r--r-- | arch/powerpc/cpu/mpc8xx/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/config.mk b/arch/powerpc/cpu/mpc8xx/config.mk index 00b7ed50a9d..5a64665a618 100644 --- a/arch/powerpc/cpu/mpc8xx/config.mk +++ b/arch/powerpc/cpu/mpc8xx/config.mk @@ -3,4 +3,4 @@ # (C) Copyright 2000-2010 # Wolfgang Denk, DENX Software Engineering, [email protected]. -PLATFORM_CPPFLAGS += -mstring -mcpu=860 -msoft-float +PLATFORM_CPPFLAGS += -mcpu=860 -msoft-float |
