bsps/powerpc: Remove __ppc_generic define

Do not force BSPs to define __ppc_generic.

This was probably the last command line define in the BSPs.
This commit is contained in:
Sebastian Huber
2020-09-20 17:45:11 +02:00
parent 456b8ae371
commit e59cb6a2b2
8 changed files with 0 additions and 36 deletions

View File

@@ -282,12 +282,6 @@ extern "C" {
#define PPC_INTERRUPT_MAX 125 #define PPC_INTERRUPT_MAX 125
#define PPC_USE_MULTIPLE 1 #define PPC_USE_MULTIPLE 1
#elif defined(__ppc_generic)
#else
#error "Unsupported CPU Model"
#endif #endif
/* /*

View File

@@ -7,7 +7,6 @@ build-type: option
copyrights: copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: default:
- -D__ppc_generic
- -mcpu=7400 - -mcpu=7400
default-by-variant: [] default-by-variant: []
description: | description: |

View File

@@ -31,8 +31,6 @@ links:
uid: optmpc8240 uid: optmpc8240
- role: build-dependency - role: build-dependency
uid: optmvme2100 uid: optmvme2100
- role: build-dependency
uid: optppcgeneric
- role: build-dependency - role: build-dependency
uid: optqemu uid: optqemu
- role: build-dependency - role: build-dependency

View File

@@ -1,21 +0,0 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-boolean: null
- define-condition: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: false
default-by-variant:
- value: true
variants:
- powerpc/qemuprep
- value: true
variants:
- powerpc/qemuprep-altivec
description: |
Define when generic PPC -- undefined for others
enabled-by: true
links: []
name: __ppc_generic
type: build

View File

@@ -7,7 +7,6 @@ build-type: option
copyrights: copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: default:
- -D__ppc_generic
- -mcpu=8540 - -mcpu=8540
- -msoft-float - -msoft-float
- -meabi - -meabi

View File

@@ -7,7 +7,6 @@ build-type: option
copyrights: copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: default:
- -D__ppc_generic
- -mcpu=powerpc - -mcpu=powerpc
- -msoft-float - -msoft-float
default-by-variant: [] default-by-variant: []

View File

@@ -7,7 +7,6 @@ build-type: option
copyrights: copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: default:
- -D__ppc_generic
- -mcpu=8540 - -mcpu=8540
- -msoft-float - -msoft-float
- -meabi - -meabi
@@ -15,13 +14,11 @@ default:
- -mstrict-align - -mstrict-align
default-by-variant: default-by-variant:
- value: - value:
- -D__ppc_generic
- -mcpu=e6500 - -mcpu=e6500
- -m64 - -m64
variants: variants:
- powerpc/qoriq_e6500_64 - powerpc/qoriq_e6500_64
- value: - value:
- -D__ppc_generic
- -mcpu=e6500 - -mcpu=e6500
- -m32 - -m32
- -msdata=sysv - -msdata=sysv

View File

@@ -7,7 +7,6 @@ build-type: option
copyrights: copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: default:
- -D__ppc_generic
- -mcpu=8540 - -mcpu=8540
- -msoft-float - -msoft-float
- -meabi - -meabi