summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed SIZE_FOR_TARGET change after Ralf pointed out that gcc doesJoel Sherrill1998-05-221-1/+0
| | | | not properly report it all the time.
* hppa1.1 -> hppa1_1 remapping crept back in somehow -- gona again.Joel Sherrill1998-05-222-99/+96
| | | | | | | Bare BSP is now only enabled when explicitly specified. Bare BSP options and variables are clearly named so as to be obviously BSP specific. This should avoid conflicts.
* Added main() which did not require C++ support. A different mainJoel Sherrill1998-05-222-2/+66
| | | | is used based on whether C++ is enabled or disabled.
* changed version to 980521Joel Sherrill1998-05-212-2/+2
|
* Use gcc to look for size alsoJoel Sherrill1998-05-211-0/+1
|
* Added bare bsp from Chris Johns <cjohns@plessey.com.au>.Joel Sherrill1998-05-2112-111/+604
|
* Corrected license notices per Eric's permissionJoel Sherrill1998-05-212-34/+12
|
* New file from Ralf CorsepiusJoel Sherrill1998-05-211-0/+17
|
* New file from Eric ValetteJoel Sherrill1998-05-212-0/+152
|
* Per patch from Ralf Corsepius removed redundant lines.Joel Sherrill1998-05-211-23/+0
|
* Removed undesirable space in TARGET_ARCH assignment line.Joel Sherrill1998-05-211-9/+4
| | | | | | Cleaned up command line macro definitions. Per patch from Ralf Corsepius UNIX ports always needs C++ for rtems-ctor.cc.
* Per patch from Ralf Corsepius UNIX ports always needs C++ for rtems-ctor.cc.Joel Sherrill1998-05-211-4/+0
|
* Per suggestion from Ralf Corsepius made all macros solaris2 -- not solarisJoel Sherrill1998-05-211-1/+1
| | | | or solaris2.
* Remove --start-group/--end-group pair to support non-GNU ld's.Joel Sherrill1998-05-211-2/+2
|
* Regenerated.Joel Sherrill1998-05-212-304/+228
|
* Patch to add return status to rtems_termios_enqueue_raw_characters fromJoel Sherrill1998-05-207-7/+13
| | | | | | | | | | | | | | | Eric Norum per request from Geoffroy Montel: > The rtems_termios_enqueue_raw_characters function type is void. > The problem is that I can't return an error message if the input > buffer is full. > Could we add a return value? Sure, but what would you do with the overflow indication? POSIX says, ``when the input limit is reached, the saved characters are thrown away without notice''. Anyhow, the change is so small I've done it and enclosed the patch.
* Patch from Ralf Corseipus to fix latent configure problems suddenly triggered:Joel Sherrill1998-05-2010-357/+265
| | | | | | | | | | | | | | | | | | | | | | | The breakdown: * CC_FOR_TARGET and CXX_FOR_TARGET were not correctly re-read from autoconf's configuration cache (config.cache) * If <target>-[gcc|g++] was not found while running configure, the config macros tried to use other (wrong) compilers (e.g. cc). Changes: * New RTEMS_PROG_CC macro (aclocal/prog-cc.m4). * New RTEMS_PROG_CXX macro (aclocal/prog-cxx.m4) * Moved a shell script fragment from configure.in to a new m4-autoconf macro (New file: aclocal/tool-prefix.m4) * Minor changes to configure.in I tested it with linux/posix (native gcc/primary libc) and sh-rtems/gensh1 on a linux host and didn't notice any bugs related to the problems mentioned above. There seem to be more bugs with the posix bsp, but I consider them minor as the build run completed successfully. It is just too late for me to attempt to fix them now.
* Some patches in place from Brian Stevens which help the Solaris portJoel Sherrill1998-05-201-7/+10
| | | | | build. It does not link successfully for him. It does not compile for me locally.
* Copied gcc 2.7.2 style make-exe rule to gcc 2.8 conditional. ThisJoel Sherrill1998-05-201-1/+6
| | | | lets the makefile work in both cases.
* Changed CPP rule per patch from Ralf Corsepius.Joel Sherrill1998-05-202-2/+2
|
* Added tcdrain() from Eric NorumJoel Sherrill1998-05-204-0/+4
|
* RegeneratedJoel Sherrill1998-05-200-0/+0
|
* Addition of tcdrain() from Eric Norum.Joel Sherrill1998-05-194-0/+42
|
* Removed prototype of rtems_libio_config() per Chris Johns' eagle eye.Joel Sherrill1998-05-194-4/+0
|
* changed version to 980518Joel Sherrill1998-05-182-2/+2
|
* New file from Pedro RomanoJoel Sherrill1998-05-181-0/+178
|
* Added much stuff formerly in multiple compiler files.Joel Sherrill1998-05-181-0/+27
|
* Added conditional around TARGET_ARCH to prevent accidental overrides.Joel Sherrill1998-05-181-0/+2
|
* Switched to using shared gcc-target-default.cfg.Joel Sherrill1998-05-183-12/+10
|
* Added C++ rule.Joel Sherrill1998-05-182-2/+44
| | | | Added CROSS_TARGET conditionals so unix port can share this file.
* Added RTEMS_CROSS_TARGET.Joel Sherrill1998-05-181-0/+2
|
* Added bsp_specs.Joel Sherrill1998-05-181-3/+4
|
* Include memory for Ada task stacks.Joel Sherrill1998-05-183-6/+6
|
* Modified to find C++ compilers.Joel Sherrill1998-05-181-6/+0
|
* Support bsp_specs style building for linux and solaris. Improved C++Joel Sherrill1998-05-182-110/+97
| | | | support.
* Regenerated.Joel Sherrill1998-05-181-6/+0
|
* Added proper reference now that Embedded Systems Programming's WWW siteJoel Sherrill1998-05-184-4/+28
| | | | is available and has the code available.
* Update from Ralf Corsepius.Joel Sherrill1998-05-181-0/+8
|
* Updates from Pedro Romano.Joel Sherrill1998-05-182-10/+14
|
* New file.Joel Sherrill1998-05-182-1/+26
|
* New file.Joel Sherrill1998-05-151-0/+137
|
* Added test case for table -- barfs when optimization is enabledJoel Sherrill1998-05-121-0/+27
|
* Cleaned up to remove warnings.Joel Sherrill1998-05-111-2/+1
|
* regenerated automaticallyJoel Sherrill1998-05-110-0/+0
|
* new file to support execv family support in newlibJoel Sherrill1998-05-112-1/+32
|
* execv*() now comes from newlib.Joel Sherrill1998-05-111-0/+2
|
* Modified objcopy to remove extra sections.Joel Sherrill1998-05-041-3/+6
| | | | Modified gcc 2.8 style link rule to provide start address correctly.
* Fixed prototype of Fatal_Extension.Joel Sherrill1998-05-044-36/+30
| | | | Fixed interface to cofndefs.h for initial extension set.
* Patch from Eric Norum to switch to termios callback structure, addJoel Sherrill1998-05-047-124/+143
| | | | | support for device driver support on tcsetattr(), and hardware flow control callbacks.
* Switched to termios callback structure.Joel Sherrill1998-05-043-43/+70
|