summaryrefslogtreecommitdiffstats
path: root/make (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-06-25Added definition of RTEMS__mcpu32p__ per patch from Robin Kirkham.Joel Sherrill1-0/+1
1998-06-18New file from Dario Alcocer <alcocer@connectnet.com>.Joel Sherrill1-0/+100
1998-06-13Added PPC_USE_DATA_CACHE.Joel Sherrill1-3/+8
1998-06-09Added rule for .cxx and .cpp per suggestion from Geoffroy MontelJoel Sherrill1-0/+6
<g_montel@yahoo.com>.
1998-06-03Changed spacingJoel Sherrill1-2/+0
1998-06-03Changed BSP name to posix.Joel Sherrill1-0/+1
1998-06-03Changed ppc to PowerPC in comments.Joel Sherrill2-6/+6
1998-05-30Updated to current source and removed warnings.Joel Sherrill1-17/+18
1998-05-30New file -- from rtems-LM-980406 based on a 12/97 RTEMS snapshot.Joel Sherrill1-0/+112
1998-05-27Changed invocation of bin2boot to match gcc 2.8 rule.Joel Sherrill1-1/+1
1998-05-27Added names for C++ compilers.Joel Sherrill1-0/+7
1998-05-22Now uses BSP specific configure variables and compiles for i486 and m68k.Joel Sherrill1-1/+8
1998-05-22Renamed bare BSP specific options to make the dependency obvious.Joel Sherrill1-3/+4
1998-05-21Added bare bsp from Chris Johns <cjohns@plessey.com.au>.Joel Sherrill3-0/+60
1998-05-21Per patch from Ralf Corsepius removed redundant lines.Joel Sherrill1-23/+0
1998-05-21Removed undesirable space in TARGET_ARCH assignment line.Joel Sherrill1-9/+4
Cleaned up command line macro definitions. Per patch from Ralf Corsepius UNIX ports always needs C++ for rtems-ctor.cc.
1998-05-21Per patch from Ralf Corsepius UNIX ports always needs C++ for rtems-ctor.cc.Joel Sherrill1-4/+0
1998-05-20Some patches in place from Brian Stevens which help the Solaris portJoel Sherrill1-7/+10
build. It does not link successfully for him. It does not compile for me locally.
1998-05-20Copied gcc 2.7.2 style make-exe rule to gcc 2.8 conditional. ThisJoel Sherrill1-1/+6
lets the makefile work in both cases.
1998-05-20Changed CPP rule per patch from Ralf Corsepius.Joel Sherrill1-1/+1
1998-05-18Added much stuff formerly in multiple compiler files.Joel Sherrill1-0/+27
1998-05-18Added conditional around TARGET_ARCH to prevent accidental overrides.Joel Sherrill1-0/+2
1998-05-18Switched to using shared gcc-target-default.cfg.Joel Sherrill3-12/+10
1998-05-18Added C++ rule.Joel Sherrill1-1/+22
Added CROSS_TARGET conditionals so unix port can share this file.
1998-05-18Added RTEMS_CROSS_TARGET.Joel Sherrill1-0/+2
1998-05-04Modified objcopy to remove extra sections.Joel Sherrill1-3/+6
Modified gcc 2.8 style link rule to provide start address correctly.
1998-04-30Changed default target architecture nameJoel Sherrill1-1/+1
1998-04-30Modified objcopy invocation to ignore more sections.Joel Sherrill1-3/+7
1998-04-27Update from Pedro Romano <pmcnr@camoes.rnl.ist.utl.pt>.Joel Sherrill1-17/+31
1998-04-27Fixes from Ralf Corsepius:Joel Sherrill4-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.
1998-04-27Removed forced enable of POSIX API. Now follow configuration flag.Joel Sherrill1-3/+0
1998-04-27Fixed bad CVS Id string.Joel Sherrill1-2/+1
Removed unnecessary definition of "ED".
1998-04-15Stack checker now enabled via initial set of user extensions. ThisJoel Sherrill26-124/+0
eliminates the need to build the entire application with the STACK_CHECKER_ON macro defined.
1998-04-14Ralf Corsepius suggested a way to get rid of UNIX compiler files and use ↵Joel Sherrill1-1/+2
gcc-target-default.cfg
1998-04-14Ralf Corsepius suggested a way to get rid of UNIX compiler files and use ↵Joel Sherrill3-66/+230
gcc-target-default.cfg
1998-04-14Stack checker onJoel Sherrill1-6/+1
1998-04-14Updates from PPC refreshJoel Sherrill1-3/+33
1998-04-14new fileJoel Sherrill1-0/+122
1998-04-06Purged references to STACK_CHECKER_REPORT_USAGEJoel Sherrill2-6/+1
1998-04-06Purged references to STACK_CHECKER_REPORT_USAGEJoel Sherrill22-113/+1
1998-04-06Reordered CFLAGS definition so CFLAGS_DEFAULT is beforeJoel Sherrill2-4/+2
CFLAGS_$(TARGET_VARIANTS). This makes sure that -Wall appears before any individual warnings are disabled during "debug" builds.
1998-04-06Changed CPU model to mcpu32.Joel Sherrill1-1/+1
1998-04-03Added test so the build procedure would stop if a directory did not exist.Joel Sherrill1-0/+2
This typically indicates a bug in a directory level Makefile or a configure scrip bug.
1998-03-31Fixed CUSTOM_FILES rule so it properly picked up files included fromJoel Sherrill1-2/+11
make/custom files.
1998-03-30Made the POSIX API option follow the configure line.Joel Sherrill1-3/+1
1998-03-30Made the HAS_POSIX_API follow the configure line option.Joel Sherrill1-5/+0
1998-03-30Made the C++ option follow the configure option.Joel Sherrill1-9/+0
1998-03-30Made HAS_POSIX_API have a "no" definition when it is not enabled.Joel Sherrill1-0/+2
1998-03-30Made C++ follow the configure option.Joel Sherrill1-4/+0
1998-03-24Changed RTEMS cpu to hppa1.1.Joel Sherrill1-2/+1