Changes between Version 1 and Version 2 of bgppapi
- Timestamp:
- 04/18/08 14:24:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bgppapi
v1 v2 127 127 avail.c PASSED 128 128 }}} 129 130 * example showing how the tests were compiled: 131 {{{ 132 /bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc-bgp-linux-gcc \ 133 -D_BGP -g -gdwarf-2 -O2 -Wall \ 134 -I/bgsys/drivers/ppcfloor/arch/include \ 135 -I/soft/apps/papi-c-3.9.0/include \ 136 -o avail avail.c \ 137 -L/bgsys/drivers/ppcfloor/runtime/SPI -lSPI.cna \ 138 -L/soft/apps/papi-c-3.9.0/lib -lpapi 139 }}}