Changeset 67a2288 in rtems for c/src/lib/wrapup


Ignore:
Timestamp:
07/23/98 22:02:34 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
dbaf51a
Parents:
73452854
Message:

Patch from Eric VALETTE <valette@…>:

Here is a enhanced version of my previous patch. This patch enables
to potentially share the new interrupt management code for all Intel targets
(pc386, go32 and force386) bsp.

Note : this patch is complete only for pc386. It still needs to

be completed for go32 and force386. I carrefully checked
that anything needed is in for force386 (only some function
name changes for IDT manipulation and GDT segment
manipulation). But anyway I will not be able to test any
of theses targets...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/wrapup/Makefile.in

    r73452854 r67a2288  
    1717 
    1818SRCS=$(wildcard $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a) \
     19     $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a \
    1920     $(PROJECT_RELEASE)/lib/librtems$(LIB_VARIANT).a \
    2021     $(wildcard $(PROJECT_RELEASE)/lib/libposix$(LIB_VARIANT).a) \
Note: See TracChangeset for help on using the changeset viewer.