Commit Graph

857 Commits

Author SHA1 Message Date
Janet B. Anderson
0a67e36522 Removed cross compiler target archs def. 2000-10-31 20:01:49 +00:00
Janet B. Anderson
cd94aecbee Initial version. 2000-10-31 20:01:03 +00:00
Janet B. Anderson
e035bb19b6 Added gnu compiler ldlibs. Added lib rt. 2000-10-25 21:28:16 +00:00
Janet B. Anderson
1fda02a9fb Added pthread and thread to ldlibs for gnu compiler builds. 2000-10-25 21:24:39 +00:00
Janet B. Anderson
3ffee74b19 Added curses and rt libraries for Redhat 7. 2000-10-16 18:34:09 +00:00
Janet B. Anderson
1f090f2706 Added GCC_STATIC_LDLIBS_* libraries. Added -v to ANSI flags. 2000-10-16 18:33:10 +00:00
Janet B. Anderson
feb2fd1f2a Changed includes onf RCCMD line and removed -DBORLAND option. 2000-10-12 22:37:05 +00:00
Janet B. Anderson
d85a15500e Added epics/base include/os/<arch> dir to brcc32 command. 2000-10-12 20:01:24 +00:00
Janet B. Anderson
95f9cc2164 Added borland include dir to brcc32 command. 2000-10-12 19:22:06 +00:00
Janet B. Anderson
af26c5c544 Bug fix for missing parenthesis. 2000-10-12 15:29:24 +00:00
Janet B. Anderson
30a068a53e Fixed BORLAND definitions. 2000-10-12 14:52:08 +00:00
Janet B. Anderson
9c3cbb95ce Removed env var INCLUDE and LIB requirement. 2000-10-12 14:35:59 +00:00
Janet B. Anderson
b57349f6d5 Fix for timespec register problem. 2000-10-02 18:07:35 +00:00
Janet B. Anderson
fb1d143bc2 Comment changes. 2000-09-27 14:32:06 +00:00
Janet B. Anderson
eb278e7aa0 Modified comments. 2000-09-27 14:29:52 +00:00
Janet B. Anderson
4c4734b2d6 Initial version. 2000-09-25 20:13:55 +00:00
Janet B. Anderson
d27489eed5 LINK, DEPENDS_RULE, and ARCMD definition changes. 2000-09-25 19:33:23 +00:00
Janet B. Anderson
51ef3a61f8 LINK defintion change. Munch changes. 2000-09-25 19:31:43 +00:00
Janet B. Anderson
61834c395f LINK definition changes. 2000-09-25 19:30:56 +00:00
Jeff Hill
b419f26e3f added additional system librarries for static build 2000-09-13 17:37:03 +00:00
W. Eric Norum
d09da0eb6b Use a special RTEMS-specific version of fopen to add the RTEMS TFTP
prefix to path names.  This is a cleaner solution since it requires
no changes to any other EPICS code and works for all places that
files are opened.
2000-08-23 22:31:39 +00:00
W. Eric Norum
7cba58991f Always generate initialization (C++ constructor) code. 2000-08-22 19:14:50 +00:00
W. Eric Norum
c442b9e850 Since RTEMS sequencers use C++ constructors to register the sequencer
commands, they must be compiled with a C++ compiler.
2000-08-22 18:40:38 +00:00
Janet B. Anderson
b5ed2037ad Modified include file specification in RCCMD command. 2000-08-07 22:07:01 +00:00
Janet B. Anderson
b1e7425719 Fixed comments. 2000-08-02 21:52:16 +00:00
Jeff Hill
91050c7155 turn of omnipresent USE DEFAULT STACK -D 2000-07-13 17:21:28 +00:00
Janet B. Anderson
6eec691c13 Modified touch definition. 2000-07-07 20:07:11 +00:00
Janet B. Anderson
f9b6a4640c Modified comments. 2000-07-07 20:06:25 +00:00
Janet B. Anderson
24ef7a7e10 Added -m68040. 2000-07-07 19:53:09 +00:00
Janet B. Anderson
4c3bf8207f Commented out tornado101 override. 2000-07-06 15:12:48 +00:00
Ralph Lange
d5b9507dec More small changes for HP-UX (hpux-parisc) 2000-07-03 10:06:03 +00:00
Janet B. Anderson
17f1355c1f Fixed names of hp files. 2000-06-30 18:50:34 +00:00
Janet B. Anderson
60fa2b0694 Changed 68k to x86 in lynxos files. 2000-06-28 19:51:38 +00:00
Janet B. Anderson
a88c0b7b4e Initial version 2000-06-28 19:47:54 +00:00
Janet B. Anderson
08fb42ae64 Moved thread libraries to CCC_STATIC_LDLIBS_NO. 2000-06-22 15:03:53 +00:00
Janet B. Anderson
40420a56b6 Changed cpu definition. 2000-06-09 15:31:16 +00:00
Janet B. Anderson
8de1ecea53 Fixed test for Tornado II. 2000-05-31 21:40:15 +00:00
W. Eric Norum
900f32c792 Add -D_BSD_SOURCE to ARCH_DEP_CPPFLAGS. This is needed to get the
prototype for gethostname() in unistd.h as needed by cacChannelIO.cpp.
Add -DIOCSH_USE_READLINE and -lreadline.
2000-05-25 18:43:18 +00:00
Jeff Hill
dd24055ea8 fixed Tornado II build 2000-05-24 21:52:02 +00:00
Janet B. Anderson
08d961c27b Changes and renames for CFLAGS. 2000-05-23 19:08:30 +00:00
W. Eric Norum
ccaaa51d33 No need to specify iocsh as a PROD_LIBS since the makeApp scripts now do this. 2000-05-04 15:08:34 +00:00
W. Eric Norum
6ad0172747 Add -liocsh to linker arguments. 2000-05-03 21:48:31 +00:00
W. Eric Norum
34bf86f1d6 Add rule for converting .st' to .o'. RTEMS needs C++ constructors
to register sequencer commands and programs so the output of snc has
to be compiled with C++.
2000-04-21 22:45:19 +00:00
Janet B. Anderson
cc7418fedf Changed name GNU_TARGET_PREFIX to CMPLR_PREFIX. 2000-04-17 15:25:23 +00:00
Janet B. Anderson
175410ddd0 Changed name GNU_TARGET_PREFIX to CMPLR_PREFIX. 2000-04-17 15:24:21 +00:00
W. Eric Norum
6f7f4e6a9a Add flags for state notation compiler. 2000-04-16 22:46:10 +00:00
W. Eric Norum
d16882b9b4 Rename RTEMS MVME167 configuration file to match RTEMS BSP name. 2000-04-14 22:25:04 +00:00
W. Eric Norum
547c51f422 Use common UNIX defines.
Modifications to allow building of RTEMS executable images with makeBaseApp.
2000-04-13 22:33:31 +00:00
Janet B. Anderson
3adbbdfedf Changed order of definitions. 2000-04-11 14:26:02 +00:00
Janet B. Anderson
0c09c096db Added include of definitions common to all Unix target archs. 2000-04-07 23:10:09 +00:00