summaryrefslogtreecommitdiffstats
path: root/make/custom (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-05-21Added bare bsp from Chris Johns <cjohns@plessey.com.au>.Joel Sherrill1-0/+51
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-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-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-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 Sherrill22-113/+1
1998-04-06Changed CPU model to mcpu32.Joel Sherrill1-1/+1
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
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1-0/+1
the CPU family name constants.
1998-03-23renamed ppc to powerpcJoel Sherrill1-1/+1
1998-03-23Update from Eric Norum:Joel Sherrill1-12/+3
Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
1998-03-20Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-11/+2
I've included a version of make/custom/gen68360.cfg that works with this. Note that I've removed the option of using `-m68020 -msoft-float -mno-bitfield' as an alternative to using `-mcpu32'. The alternative won't work with the new system (since it predefines __mc68020__ and not __mcpu32__), and didn't really work before anyway (since the newlib that gets linked was built with `-m68020 -msoft-float' and so could contain bitfield operators).
1998-03-20New port from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+108
1998-02-19Patch from Eric Norum:Joel Sherrill1-5/+0
While trying to work through this problem I decided that the build-time selection of the console I/O operation (polling or interrupt) was too clumsy. Here's a patch that allows run-time (actually init-time) selection of the console I/O mode. It also shows the need for another `flags' or `options' field in the rtems_driver_address_table structure...
1998-02-18Went back to polled console.Joel Sherrill1-1/+1
1998-02-04Cleaned up the definition of CONSOLE_USE_POLLED and CONSOLE_USE_INTERRUPTS.Joel Sherrill1-9/+9
1998-01-27not submittedJoel Sherrill1-106/+0
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill1-1/+11
1998-01-20Removed PROJECT_HOME and CONFIG_DIR variables.Joel Sherrill33-0/+2667