Bug 54693 - common hal needs CDL cleanup
Summary: common hal needs CDL cleanup
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: eCos
Classification: Retired
Component: HAL
Version: CVS
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ecc-bugs-int
QA Contact: ecc-bugs-int
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-10-16 13:16 UTC by Jesper Skov
Modified: 2007-04-18 16:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-06-20 16:03:20 UTC
Embargoed:


Attachments (Terms of Use)

Description Jesper Skov 2001-10-16 13:16:12 UTC
compile statements should be conditional on options.
Look at requiring ISOINFRA for stubs (and whatever else may need
string.h)

Comment 1 George Thomas 2001-10-25 05:31:40 UTC
CDL changed to avoid compiling GDB stubs when not needed.
Doing more than this requires either new pseudo CDL options
to control compilation, or conditional "compile" CDL command.

Example: the file 'drv_api.c' only needs to be compiled if
there is no kernel package.  The only way to conditionalize
this in the CDL would be to introduce an artificial "pseudo"
CDL option which is only active if !CYGPKG_KERNEL that does
the compile.  It would be much cleaner if the CDL actually
could express this directly, so for now I'm leaving it as is.

Comment 2 Alex Schuilenburg 2003-06-20 16:03:20 UTC
This bug has moved to http://bugs.ecos.sourceware.org/show_bug.cgi?id=54693


Note You need to log in before you can comment on or make changes to this bug.