[PATCH 00/16] Remove use of -Dxxx in BSP CFLAGS

Joel Sherrill joel at rtems.org
Wed May 16 15:09:33 UTC 2018


Hi

This should remove the last uses of -D from the BSPs.

With this, more PowerPC BSPs successfully build examples-v2.
There is an rld issue which prevents some from building.

This should close #3425 if all are OK.

Joel Sherrill (16):
  beatnik: Move -Dxxx to configure.ac
  haleakala: Move -Dxxx to configure.ac
  motorola_powerpc: Move -Dxxx to configure.ac
  mpc55xxevb: Move -Dxxx to configure.ac
  mpc8260ads: Move -Dxxx to configure.ac
  mvme3100: Move -Dxxx to configure.ac
  mvme5500: Move -Dxxx to configure.ac
  psim: Move -Dxxx to configure.ac
  qemuppc: Move -Dxxx to configure.ac
  qoriq: Move -Dxxx to configure.ac
  ss555: Move -Dxxx to configure.ac
  t32mppc: Move -Dxxx to configure.ac
  tqm8xx: Move -Dxxx to configure.ac
  virtex: Move -Dxxx to configure.ac
  virtex4: Move -Dxxx to configure.ac
  virtex5: Move -Dxxx to configure.ac

 bsps/powerpc/beatnik/config/beatnik.cfg                   |  2 +-
 bsps/powerpc/haleakala/config/haleakala.cfg               |  2 +-
 bsps/powerpc/motorola_powerpc/config/mcp750.cfg           |  2 +-
 bsps/powerpc/motorola_powerpc/config/mtx603e.cfg          |  2 +-
 bsps/powerpc/motorola_powerpc/config/mvme2100.cfg         |  2 +-
 bsps/powerpc/motorola_powerpc/config/qemuprep-altivec.cfg |  4 ++--
 bsps/powerpc/motorola_powerpc/config/qemuprep.cfg         |  4 ++--
 bsps/powerpc/mpc55xxevb/config/mpc55xx.inc                |  2 +-
 bsps/powerpc/mpc8260ads/config/mpc8260ads.cfg             |  3 +--
 bsps/powerpc/mvme3100/config/mvme3100.cfg                 |  2 +-
 bsps/powerpc/mvme5500/config/mvme5500.cfg                 |  2 +-
 bsps/powerpc/psim/config/psim.cfg                         |  2 +-
 bsps/powerpc/qemuppc/config/qemuppc.cfg                   |  2 +-
 bsps/powerpc/qoriq/config/qoriq.inc                       |  3 +--
 bsps/powerpc/qoriq/config/qoriq_e6500_32.cfg              |  3 +--
 bsps/powerpc/qoriq/config/qoriq_e6500_64.cfg              |  3 +--
 bsps/powerpc/ss555/config/ss555.cfg                       |  3 +--
 bsps/powerpc/t32mppc/config/t32mppc.cfg                   |  3 +--
 bsps/powerpc/tqm8xx/config/tqm8xx.inc                     |  3 +--
 bsps/powerpc/virtex/config/virtex.cfg                     |  2 +-
 bsps/powerpc/virtex4/config/virtex4.cfg                   |  2 +-
 bsps/powerpc/virtex5/config/virtex5.cfg                   |  2 +-
 c/src/lib/libbsp/powerpc/beatnik/configure.ac             |  2 ++
 c/src/lib/libbsp/powerpc/haleakala/configure.ac           |  2 ++
 c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac    | 14 ++++++++++++++
 c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac          |  2 ++
 c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac          |  1 +
 c/src/lib/libbsp/powerpc/mvme3100/configure.ac            |  2 ++
 c/src/lib/libbsp/powerpc/mvme5500/configure.ac            |  2 ++
 c/src/lib/libbsp/powerpc/psim/configure.ac                |  2 ++
 c/src/lib/libbsp/powerpc/qemuppc/configure.ac             |  1 +
 c/src/lib/libbsp/powerpc/qoriq/configure.ac               |  2 +-
 c/src/lib/libbsp/powerpc/ss555/configure.ac               |  2 ++
 c/src/lib/libbsp/powerpc/t32mppc/configure.ac             |  2 +-
 c/src/lib/libbsp/powerpc/tqm8xx/configure.ac              |  1 +
 c/src/lib/libbsp/powerpc/virtex/configure.ac              |  2 ++
 c/src/lib/libbsp/powerpc/virtex4/configure.ac             |  2 ++
 c/src/lib/libbsp/powerpc/virtex5/configure.ac             |  2 ++
 38 files changed, 63 insertions(+), 33 deletions(-)

-- 
1.8.3.1



More information about the devel mailing list