summaryrefslogtreecommitdiffstats
path: root/wscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* waf: Add configurations with different modules.Christian Mauderer2018-04-101-15/+129
| | | | Update #3351
* waf: Support building from libbsd.py directly from waf.Chris Johns2018-04-101-6/+21
| | | | | | | | | Remove the need to generate a waf script. Move various pieces of data from the builder code to libbsd.py and make it configuration data. Update #3351
* Change RTEMS version to 5Sebastian Huber2017-11-091-1/+1
| | | | Update #3220.
* Allow to set optimization level during configure.Christian Mauderer2017-10-021-0/+6
| | | | | | This allows to set the optimization level for libbsd via a configure switch. Useful for building with for example no optimization during debug or with size optimization for space restricted targets.
* Add support for long command lines and fix some shell rules on Windows.Chris Johns2016-06-161-1/+1
|
* waf: Add the ability to set FreeBSD options on the configure command line.Chris Johns2016-04-231-1/+7
| | | | | Add --freebsd-options to add specific FreeBSD compile time options to the build. This is a developer tool.
* waf: Move the generated content to libbsd_waf.py.Chris Johns2016-04-201-1374/+33
|
* Remove the makefile generator.Chris Johns2016-04-181-19/+19
|
* Add RTEMS version support, update all python to 2 and 3.Chris Johns2016-04-181-100/+104
| | | | | | | | | | | | | Add support to force the RTEMS version. This remove the need for using the --rtems-version command line option if the automatic detection fails. Update all python code to support python 2 and 3. Update rtems_waf to the latest version to support the RTEMS version, check environment variables and to display the CC version. Sort all tests. I think the unsorted list is dependent on the version of python and so would result in repo noise as if it regenerted.
* Add .exe extension to test programsSebastian Huber2015-11-181-29/+29
|
* Use latest rtems_wafSebastian Huber2015-11-131-2/+2
|
* Use optimization level -O2Sebastian Huber2015-11-121-1/+1
|
* Python 3 compatibilitySebastian Huber2015-11-121-1/+1
|
* dwc_otg: Port to RTEMSSebastian Huber2015-11-121-0/+2
|
* waf: Add x86 include paths for i386 archSebastian Huber2015-09-291-0/+3
|
* waf: Do not add '.' to standard include pathSebastian Huber2015-09-291-1/+1
|
* builder.py: addTargetSourceCPUDependentSourceFilesSebastian Huber2015-09-251-13/+12
| | | | Avoid and delete this function.
* Avoid pci_bus.c file renameSebastian Huber2015-09-251-1/+1
|
* Delete superfluous pci_bus.c filesSebastian Huber2015-09-011-29/+14
|
* Delete superfluous legacy.c filesSebastian Huber2015-09-011-20/+5
|
* waf_generator.py: Move arch header includesSebastian Huber2015-07-311-2/+2
| | | | Make sure that architecture specific header files are found first.
* e1000: Add missing fileSebastian Huber2015-07-311-0/+1
|
* modified: waf_generator.py Fix incorrect encoding of NET_CFG_GATEWAY_IP and ↵Gene Smith2015-06-261-3/+3
| | | | | | | | change _IP_IP ending to _IP. Remove _IP_IP ending from NET_TAP_INTERFACE. modified: wscript Re-generated from "./freebsd-to-rtems -m" based on waf_generator.py
* Check if RTEMS is built with POSIX.Chris Johns2015-06-171-2/+4
|
* TCPDUMP and PCAP fixes to defines.Chris Johns2015-06-161-97/+97
|
* Add tcpdump and libpcap.Chris Johns2015-06-151-20/+222
| | | | | | | | | - Update the file builder generator to handle generator specific cflags and includes. The tcpdump and libpcap have localised headers and need specific headers paths to see them. There are also module specific flags and these need to be passed to the lex and yacc generators. - Add the tcpdump support.
* Add conditional support for RTEMS PCI to the waf build.Chris Johns2015-06-011-0/+1
| | | | | | | | | | | Check for the "rtems/pci.h" header and provide conditional build support with waf to build for BSPs that do not have PCI support. The Makefile build always defines HAVE_RTEMS_PCI_H which is the same state with this change. The PCI calls still exist however they do nothing and return a constant. Any PCI based driver that makes these calls on a BSP that does not have PCI support will not work which is understandable. Either change the driver or add PCI support the BSP.
* waf: Check for dlfcn.h header is availavble.Chris Johns2015-05-221-1/+4
|
* waf: Add install support.Chris Johns2015-05-211-31/+92
| | | | Install to the --prefix path passed to configure.
* wscript: RegenerateChris Johns2015-05-211-5/+46
|
* Add INVARIANTS supportSebastian Huber2015-05-201-0/+1
|
* wscript: Regenerate.Chris Johns2015-05-201-27/+55
|
* wscript: Generate.Chris Johns2015-05-201-0/+1113