#404 closed defect (fixed)

multilibs do not apply correct CFLAGS for default multilib variant

Reported by: Ralf Corsepius Owned by: Ralf Corsepius
Priority: normal Milestone: 2
Component: build Version: 4.6
Severity: major Keywords:
Cc: bugs@… Blocked By:
Blocking:

Description

cpukit CFLAGS are not correctly set up for the default multilib variant.

The cause: A conflict/bug in setting up CFLAGS for multilibs and per-bsp-builds.

Release:
RTEMS-4.6.x

How-To-Repeat:
configure --enable-multilib
make RTEMS_BSP=

All but the default multilib variant get built using -g -O2 (The autoconf-default for CFLAGS), the default multilib variant uses CFLAGS_OPTIMIZE_V, which is empty for multilibs.

Change History (1)

comment:1 Changed on 02/08/05 at 02:17:16 by Ralf Corsepius

Status: assignedclosed

State-Changed-From-To: open->closed
State-Changed-Why: WONTFIX - build variants have been abandoned in 4.7

Note: See TracTickets for help on using tickets.