summaryrefslogtreecommitdiffstats
path: root/make (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added PPC_USE_DATA_CACHE.Joel Sherrill1998-06-131-3/+8
|
* Added rule for .cxx and .cpp per suggestion from Geoffroy MontelJoel Sherrill1998-06-091-0/+6
| | | | <g_montel@yahoo.com>.
* Changed spacingJoel Sherrill1998-06-031-2/+0
|
* Changed BSP name to posix.Joel Sherrill1998-06-031-0/+1
|
* Changed ppc to PowerPC in comments.Joel Sherrill1998-06-032-6/+6
|
* Updated to current source and removed warnings.Joel Sherrill1998-05-301-17/+18
|
* New file -- from rtems-LM-980406 based on a 12/97 RTEMS snapshot.Joel Sherrill1998-05-301-0/+112
|
* Changed invocation of bin2boot to match gcc 2.8 rule.Joel Sherrill1998-05-271-1/+1
|
* Added names for C++ compilers.Joel Sherrill1998-05-271-0/+7
|
* Now uses BSP specific configure variables and compiles for i486 and m68k.Joel Sherrill1998-05-221-1/+8
|
* Renamed bare BSP specific options to make the dependency obvious.Joel Sherrill1998-05-221-3/+4
|
* Added bare bsp from Chris Johns <cjohns@plessey.com.au>.Joel Sherrill1998-05-213-0/+60
|
* 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
|
* 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-201-1/+1
|
* 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-181-1/+22
| | | | Added CROSS_TARGET conditionals so unix port can share this file.
* Added RTEMS_CROSS_TARGET.Joel Sherrill1998-05-181-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.
* Changed default target architecture nameJoel Sherrill1998-04-301-1/+1
|
* Modified objcopy invocation to ignore more sections.Joel Sherrill1998-04-301-3/+7
|
* Update from Pedro Romano <pmcnr@camoes.rnl.ist.utl.pt>.Joel Sherrill1998-04-271-17/+31
|
* Fixes from Ralf Corsepius:Joel Sherrill1998-04-274-45/+21
| | | | | | | | | | | | * Posix BSP configuration: Moved some rules from make/custom/*-posix.cfg files to make/custom/posix.cfg, Removed references to stdc++ from *posix.cfg files (rtems doesn't use/need libstdc++) NOTE: Building Posix-BSPs should now work again for native compilation with gcc, i..e. linux using primary compiler and primary libc. All Posix-BSP configurations that don't use gcc as primary compiler or don't use the primary libc don't work, e.g. solaris, linux w/ egcs as secondary compiler won't be built correctly.
* Removed forced enable of POSIX API. Now follow configuration flag.Joel Sherrill1998-04-271-3/+0
|
* Fixed bad CVS Id string.Joel Sherrill1998-04-271-2/+1
| | | | Removed unnecessary definition of "ED".
* Stack checker now enabled via initial set of user extensions. ThisJoel Sherrill1998-04-1526-124/+0
| | | | | eliminates the need to build the entire application with the STACK_CHECKER_ON macro defined.
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use ↵Joel Sherrill1998-04-141-1/+2
| | | | gcc-target-default.cfg
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use ↵Joel Sherrill1998-04-143-66/+230
| | | | gcc-target-default.cfg
* Stack checker onJoel Sherrill1998-04-141-6/+1
|
* Updates from PPC refreshJoel Sherrill1998-04-141-3/+33
|
* new fileJoel Sherrill1998-04-141-0/+122
|
* Purged references to STACK_CHECKER_REPORT_USAGEJoel Sherrill1998-04-062-6/+1
|
* Purged references to STACK_CHECKER_REPORT_USAGEJoel Sherrill1998-04-0622-113/+1
|
* Reordered CFLAGS definition so CFLAGS_DEFAULT is beforeJoel Sherrill1998-04-062-4/+2
| | | | | CFLAGS_$(TARGET_VARIANTS). This makes sure that -Wall appears before any individual warnings are disabled during "debug" builds.
* Changed CPU model to mcpu32.Joel Sherrill1998-04-061-1/+1
|
* Added test so the build procedure would stop if a directory did not exist.Joel Sherrill1998-04-031-0/+2
| | | | | This typically indicates a bug in a directory level Makefile or a configure scrip bug.
* Fixed CUSTOM_FILES rule so it properly picked up files included fromJoel Sherrill1998-03-311-2/+11
| | | | make/custom files.
* Made the POSIX API option follow the configure line.Joel Sherrill1998-03-301-3/+1
|
* Made the HAS_POSIX_API follow the configure line option.Joel Sherrill1998-03-301-5/+0
|
* Made the C++ option follow the configure option.Joel Sherrill1998-03-301-9/+0
|
* Made HAS_POSIX_API have a "no" definition when it is not enabled.Joel Sherrill1998-03-301-0/+2
|
* Made C++ follow the configure option.Joel Sherrill1998-03-301-4/+0
|
* Changed RTEMS cpu to hppa1.1.Joel Sherrill1998-03-241-2/+1
|
* Added rule to transform hppa1.1 to hppa1_1 since hppa1.1 is not aJoel Sherrill1998-03-241-3/+12
| | | | valid cpp symbol.
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-241-0/+1
| | | | the CPU family name constants.