Now that the realtime tests are part of the LTP, there is no need to
have any longer specific compilation directives comments in the source files.
And in most cases they are incorrect.

Signed-off-by: Sebastien Dugue <[EMAIL PROTECTED]>
Cc: Darren Hart <[EMAIL PROTECTED]>
Cc: Tim Chavez <[EMAIL PROTECTED]>
---
 .../realtime/func/async_handler/async_handler.c    |    3 ---
 .../realtime/func/async_handler/async_handler_jk.c |    3 ---
 .../func/async_handler/async_handler_tsc.c         |    4 ----
 .../realtime/func/gtod_latency/gtod_infinite.c     |    2 --
 .../realtime/func/gtod_latency/gtod_latency.c      |    2 --
 .../realtime/func/hrtimer-prio/hrtimer-prio.c      |    3 ---
 testcases/realtime/func/matrix_mult/matrix_mult.c  |    2 --
 .../realtime/func/measurement/preempt_timing.c     |    2 --
 .../realtime/func/measurement/rdtsc-latency.c      |    2 --
 .../func/periodic_cpu_load/periodic_cpu_load.c     |    2 --
 .../periodic_cpu_load/periodic_cpu_load_single.c   |    2 --
 testcases/realtime/func/pi-tests/sbrk_mutex.c      |    2 --
 testcases/realtime/func/pi-tests/test-skeleton.c   |    2 --
 testcases/realtime/func/pi-tests/testpi-0.c        |    2 --
 testcases/realtime/func/pi-tests/testpi-1.c        |    3 ---
 testcases/realtime/func/pi-tests/testpi-2.c        |    2 --
 testcases/realtime/func/pi-tests/testpi-4.c        |    2 --
 testcases/realtime/func/pi-tests/testpi-5.c        |    2 --
 testcases/realtime/func/pi-tests/testpi-6.c        |    2 --
 testcases/realtime/func/pi-tests/testpi-7.c        |    3 ---
 testcases/realtime/func/pi_perf/pi_perf.c          |    3 ---
 .../realtime/func/prio-preempt/prio-preempt.c      |    3 ---
 testcases/realtime/func/prio-wake/prio-wake.c      |    3 ---
 .../pthread_kill_latency/pthread_kill_latency.c    |    3 ---
 testcases/realtime/func/thread_clock/tc-2.c        |    2 --
 testcases/realtime/include/libjvmsim.h             |    4 ++--
 testcases/realtime/include/libstats.h              |    2 +-
 testcases/realtime/include/list.h                  |    2 +-
 testcases/realtime/lib/libjvmsim.c                 |    2 +-
 testcases/realtime/lib/libstats.c                  |    2 +-
 .../realtime/perf/latency/pthread_cond_latency.c   |    4 ----
 .../realtime/perf/latency/pthread_cond_many.c      |    4 ----
 .../realtime/stress/pi-tests/lookup_pi_state.c     |    4 ----
 testcases/realtime/stress/pi-tests/testpi-3.c      |    3 ---
 34 files changed, 6 insertions(+), 82 deletions(-)

diff --git a/testcases/realtime/func/async_handler/async_handler.c 
b/testcases/realtime/func/async_handler/async_handler.c
index 6beae71..5e6e10c 100644
--- a/testcases/realtime/func/async_handler/async_handler.c
+++ b/testcases/realtime/func/async_handler/async_handler.c
@@ -28,9 +28,6 @@
  *     Use run_auto.sh script in current directory to build and run test.
  *     Use "-j" to enable jvm simulator.
  *
- *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl 
-I../../include
- *     -L/usr/lib/nptl -lpthread -lrt -lm async_handler.c -o async_handler
- *
  * AUTHOR
  *     Darren Hart <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/async_handler/async_handler_jk.c 
b/testcases/realtime/func/async_handler/async_handler_jk.c
index 3695ab2..9f5ee69 100644
--- a/testcases/realtime/func/async_handler/async_handler_jk.c
+++ b/testcases/realtime/func/async_handler/async_handler_jk.c
@@ -31,9 +31,6 @@
  *     Use run_auto.sh script in current directory to build and run test.
  *     Use "-j" to enable jvm simulator.
  *
- *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl 
-I../../include
- *     -L/usr/lib/nptl -lpthread -lrt -lm async_handler_jk.c -o 
async_handler_jk
- *
  * AUTHOR
  *      John Kacur <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/async_handler/async_handler_tsc.c 
b/testcases/realtime/func/async_handler/async_handler_tsc.c
index bf04df9..07ecf3d 100644
--- a/testcases/realtime/func/async_handler/async_handler_tsc.c
+++ b/testcases/realtime/func/async_handler/async_handler_tsc.c
@@ -31,10 +31,6 @@
  *     Use run_auto.sh script in current directory to build and run test.
  *     Use "-j" to enable jvm simulator.
  *
- *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl 
-I../../include
- *                         -L/usr/lib/nptl -lpthread -lrt -lm 
async_handler_tsc.c
- *                 -o async_handler_tsc
- *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]> 
  *
diff --git a/testcases/realtime/func/gtod_latency/gtod_infinite.c 
b/testcases/realtime/func/gtod_latency/gtod_infinite.c
index da137ad..7342ad7 100644
--- a/testcases/realtime/func/gtod_latency/gtod_infinite.c
+++ b/testcases/realtime/func/gtod_latency/gtod_infinite.c
@@ -39,8 +39,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread gtod_infinite.c
- *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/gtod_latency/gtod_latency.c 
b/testcases/realtime/func/gtod_latency/gtod_latency.c
index b7c7b79..796c3fa 100644
--- a/testcases/realtime/func/gtod_latency/gtod_latency.c
+++ b/testcases/realtime/func/gtod_latency/gtod_latency.c
@@ -32,8 +32,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread gtod_latency.c
- *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/hrtimer-prio/hrtimer-prio.c 
b/testcases/realtime/func/hrtimer-prio/hrtimer-prio.c
index 981390e..863cc0b 100644
--- a/testcases/realtime/func/hrtimer-prio/hrtimer-prio.c
+++ b/testcases/realtime/func/hrtimer-prio/hrtimer-prio.c
@@ -31,9 +31,6 @@
  *     Use run_auto.sh script in current directory to build and run test.
  *     Use "-j" to enable jvm simulator.
  *
- *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl 
-I../../include
- *     -L/usr/lib/nptl -lpthread -lrt -lm hrtimer-prio -o hrtimer-prio.c
- *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/matrix_mult/matrix_mult.c 
b/testcases/realtime/func/matrix_mult/matrix_mult.c
index 1e59169..9466bf0 100644
--- a/testcases/realtime/func/matrix_mult/matrix_mult.c
+++ b/testcases/realtime/func/matrix_mult/matrix_mult.c
@@ -28,8 +28,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread matrix_mult.c
- *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/measurement/preempt_timing.c 
b/testcases/realtime/func/measurement/preempt_timing.c
index 0aadadf..989b97b 100644
--- a/testcases/realtime/func/measurement/preempt_timing.c
+++ b/testcases/realtime/func/measurement/preempt_timing.c
@@ -34,8 +34,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread preempt_timing.c
- *
  * AUTHOR
  *
  *
diff --git a/testcases/realtime/func/measurement/rdtsc-latency.c 
b/testcases/realtime/func/measurement/rdtsc-latency.c
index 357a229..38883c4 100644
--- a/testcases/realtime/func/measurement/rdtsc-latency.c
+++ b/testcases/realtime/func/measurement/rdtsc-latency.c
@@ -27,8 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread rdtsc-latency.c
- *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load.c 
b/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load.c
index 26aeb3e..f5af3ad 100644
--- a/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load.c
+++ b/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load.c
@@ -27,8 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread periodic_cpu_load.c
- *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
  *
diff --git 
a/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load_single.c 
b/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load_single.c
index 458019c..26d05f5 100644
--- a/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load_single.c
+++ b/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load_single.c
@@ -27,8 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread periodic_cpu_load_single.c
- *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/pi-tests/sbrk_mutex.c 
b/testcases/realtime/func/pi-tests/sbrk_mutex.c
index 0b61f13..ea55627 100644
--- a/testcases/realtime/func/pi-tests/sbrk_mutex.c
+++ b/testcases/realtime/func/pi-tests/sbrk_mutex.c
@@ -27,8 +27,6 @@
  *    Use run_auto.sh script in current directory to build and run test.
  *    Use "-j" to enable jvm simulator.
  *
- *    Compilation: gcc sbrk-mutex.c -lrt -o sbrk-mutex
- *
  * AUTHOR
  *    Darren Hart <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/pi-tests/test-skeleton.c 
b/testcases/realtime/func/pi-tests/test-skeleton.c
index ec49a3e..48914a1 100644
--- a/testcases/realtime/func/pi-tests/test-skeleton.c
+++ b/testcases/realtime/func/pi-tests/test-skeleton.c
@@ -27,8 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread testpi-0.c
- *
  * AUTHOR
  *
  *
diff --git a/testcases/realtime/func/pi-tests/testpi-0.c 
b/testcases/realtime/func/pi-tests/testpi-0.c
index 1d5ce56..8d2fe8e 100644
--- a/testcases/realtime/func/pi-tests/testpi-0.c
+++ b/testcases/realtime/func/pi-tests/testpi-0.c
@@ -27,8 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread testpi-0.c
- *
  * AUTHOR
  *
  *
diff --git a/testcases/realtime/func/pi-tests/testpi-1.c 
b/testcases/realtime/func/pi-tests/testpi-1.c
index 4b627e3..2507fcb 100644
--- a/testcases/realtime/func/pi-tests/testpi-1.c
+++ b/testcases/realtime/func/pi-tests/testpi-1.c
@@ -27,9 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread -D_GNU_SOURCE -I/usr/include/nptl
- *                  -o testpi-1 testpi-1.c
- *
  * AUTHOR
  *
  *
diff --git a/testcases/realtime/func/pi-tests/testpi-2.c 
b/testcases/realtime/func/pi-tests/testpi-2.c
index 45aaab5..36266f0 100644
--- a/testcases/realtime/func/pi-tests/testpi-2.c
+++ b/testcases/realtime/func/pi-tests/testpi-2.c
@@ -27,8 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread testpi-2.c
- *
  * AUTHOR
  *
  *
diff --git a/testcases/realtime/func/pi-tests/testpi-4.c 
b/testcases/realtime/func/pi-tests/testpi-4.c
index 32d6614..948a71c 100644
--- a/testcases/realtime/func/pi-tests/testpi-4.c
+++ b/testcases/realtime/func/pi-tests/testpi-4.c
@@ -27,8 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread testpi-4.c
- *
  * AUTHOR
  *
  *
diff --git a/testcases/realtime/func/pi-tests/testpi-5.c 
b/testcases/realtime/func/pi-tests/testpi-5.c
index c76704f..a29c262 100644
--- a/testcases/realtime/func/pi-tests/testpi-5.c
+++ b/testcases/realtime/func/pi-tests/testpi-5.c
@@ -27,8 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread testpi-5.c
- *
  * AUTHOR
  *
  *
diff --git a/testcases/realtime/func/pi-tests/testpi-6.c 
b/testcases/realtime/func/pi-tests/testpi-6.c
index ab92f77..1c03aa4 100644
--- a/testcases/realtime/func/pi-tests/testpi-6.c
+++ b/testcases/realtime/func/pi-tests/testpi-6.c
@@ -27,8 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc -lrt -lpthread testpi-6.c
- *
  * AUTHOR
  *
  *
diff --git a/testcases/realtime/func/pi-tests/testpi-7.c 
b/testcases/realtime/func/pi-tests/testpi-7.c
index 0ef0b2c..c0bf9ae 100644
--- a/testcases/realtime/func/pi-tests/testpi-7.c
+++ b/testcases/realtime/func/pi-tests/testpi-7.c
@@ -27,9 +27,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *      Compilation : gcc testpi-7.c -lm -L/usr/lib/nptl -lpthread -lrt
- *                   -D_GNU_SOURCE -I/usr/include/nptl -o testpi-7
- *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/pi_perf/pi_perf.c 
b/testcases/realtime/func/pi_perf/pi_perf.c
index 33f054b..8bdc3a3 100644
--- a/testcases/realtime/func/pi_perf/pi_perf.c
+++ b/testcases/realtime/func/pi_perf/pi_perf.c
@@ -31,9 +31,6 @@
  *     Use run_auto.sh script in current directory to build and run test.
  *     Use "-j" to enable jvm simulator.
  *
- *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl 
-I../../include
- *     -L/usr/lib/nptl -lpthread -lrt -lm pi_perf.c -o pi_perf
- *
  * AUTHOR
  *     Author: Sripathi Kodi <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/prio-preempt/prio-preempt.c 
b/testcases/realtime/func/prio-preempt/prio-preempt.c
index 9c0ee49..2535f64 100644
--- a/testcases/realtime/func/prio-preempt/prio-preempt.c
+++ b/testcases/realtime/func/prio-preempt/prio-preempt.c
@@ -51,9 +51,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *
- *      Compilation : gcc -lrt -lpthread test-skeleton.c
- *
  * AUTHOR
  *      Dinakar Guniguntala <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/prio-wake/prio-wake.c 
b/testcases/realtime/func/prio-wake/prio-wake.c
index 6efd1a1..08aebf6 100644
--- a/testcases/realtime/func/prio-wake/prio-wake.c
+++ b/testcases/realtime/func/prio-wake/prio-wake.c
@@ -35,9 +35,6 @@
  *
  * USAGE:
  *
- *     Compilation: gcc -O2 -g -Wall -D_GNU_SOURCE -I/usr/include/nptl
- *                   -I../../include -L/usr/lib/nptl -lpthread -lrt -lm
- *                  -c -o prio-wake.o prio-wake.c
  *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
diff --git 
a/testcases/realtime/func/pthread_kill_latency/pthread_kill_latency.c 
b/testcases/realtime/func/pthread_kill_latency/pthread_kill_latency.c
index 47aca41..175d3b9 100644
--- a/testcases/realtime/func/pthread_kill_latency/pthread_kill_latency.c
+++ b/testcases/realtime/func/pthread_kill_latency/pthread_kill_latency.c
@@ -33,9 +33,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      pthread_kill_latency [-v{1234}]
  *
- *      Compilation :gcc pthread_kill_latency.c -lpthread -lrt -lm 
-D_GNU_SOURCE
- *                       -I/usr/include/nptl -o pthread_kill_latency
- *
  * AUTHOR
  *      Sripathi Kodi <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/func/thread_clock/tc-2.c 
b/testcases/realtime/func/thread_clock/tc-2.c
index 6bcaf00..928cbc6 100644
--- a/testcases/realtime/func/thread_clock/tc-2.c
+++ b/testcases/realtime/func/thread_clock/tc-2.c
@@ -32,8 +32,6 @@
  * USAGE:
  *    Use run_auto.sh script in current directory to build and run test.
  *    Use "-j" to enable jvm simulator.
-
- *    Compilation: gcc tc-2.c -lpthread -lrt -o tc-2
  *
  * AUTHOR
  *    Sripathi Kodi <[EMAIL PROTECTED]>
diff --git a/testcases/realtime/include/libjvmsim.h 
b/testcases/realtime/include/libjvmsim.h
index 6d884b5..6630f3f 100644
--- a/testcases/realtime/include/libjvmsim.h
+++ b/testcases/realtime/include/libjvmsim.h
@@ -26,9 +26,9 @@
  *      creation of new test cases and keep the build system simple.  At some
  *      point it may make sense to break it up into .h and .c files and link to
  *      it as an object file.
-
+ *
  * USAGE:
- *      Compilation : To be included in testcases.
+ *      To be included in testcases.
  *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
diff --git a/testcases/realtime/include/libstats.h 
b/testcases/realtime/include/libstats.h
index 2e9e5be..05c26d8 100644
--- a/testcases/realtime/include/libstats.h
+++ b/testcases/realtime/include/libstats.h
@@ -24,7 +24,7 @@
  *
  *
  * USAGE:
- *      Compilation : To be included in test cases
+ *      To be included in test cases
  *
  * AUTHOR
  *        Darren Hart <[EMAIL PROTECTED]>
diff --git a/testcases/realtime/include/list.h 
b/testcases/realtime/include/list.h
index 41ac5f0..4e15523 100644
--- a/testcases/realtime/include/list.h
+++ b/testcases/realtime/include/list.h
@@ -26,7 +26,7 @@
  *      access the container of the list from the list_head struct.
  *
  * USAGE:
- *      Compilation : To be included in test cases
+ *      To be included in test cases
  *
  * AUTHOR
  *        Darren Hart <[EMAIL PROTECTED]>
diff --git a/testcases/realtime/lib/libjvmsim.c 
b/testcases/realtime/lib/libjvmsim.c
index 578178b..58eb6a0 100644
--- a/testcases/realtime/lib/libjvmsim.c
+++ b/testcases/realtime/lib/libjvmsim.c
@@ -28,7 +28,7 @@
  *      it as an object file.
 
  * USAGE:
- *      Compilation : To be included in testcases.
+ *      To be included in testcases.
  *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
diff --git a/testcases/realtime/lib/libstats.c 
b/testcases/realtime/lib/libstats.c
index c2628dc..29e7ea7 100644
--- a/testcases/realtime/lib/libstats.c
+++ b/testcases/realtime/lib/libstats.c
@@ -24,7 +24,7 @@
  *
  *
  * USAGE:
- *      Compilation : To be included in test cases
+ *      To be included in test cases
  *
  * AUTHOR
  *        Darren Hart <[EMAIL PROTECTED]>
diff --git a/testcases/realtime/perf/latency/pthread_cond_latency.c 
b/testcases/realtime/perf/latency/pthread_cond_latency.c
index 871f557..86e3679 100644
--- a/testcases/realtime/perf/latency/pthread_cond_latency.c
+++ b/testcases/realtime/perf/latency/pthread_cond_latency.c
@@ -26,10 +26,6 @@
  *     Use run_auto.sh script in current directory to build and run test.
  *     Use "-j" to enable jvm simulator.
  *
- *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl 
-I../../include
- *                 -L/usr/lib/nptl -lpthread -lrt -lm pthread_cond_latency.c 
- *                 -o pthread_cond_latency
- *
  * AUTHOR
  *      Paul E. McKenney <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/perf/latency/pthread_cond_many.c 
b/testcases/realtime/perf/latency/pthread_cond_many.c
index 23e7e28..91b9460 100644
--- a/testcases/realtime/perf/latency/pthread_cond_many.c
+++ b/testcases/realtime/perf/latency/pthread_cond_many.c
@@ -26,10 +26,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl 
-I../../include
- *                 -L/usr/lib/nptl -lpthread -lrt -lm pthread_cond_many.c
- *                  -o pthread_cond_many
- *
  * AUTHOR
  *      Paul E. McKenney <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/stress/pi-tests/lookup_pi_state.c 
b/testcases/realtime/stress/pi-tests/lookup_pi_state.c
index 830a798..dc5fd89 100644
--- a/testcases/realtime/stress/pi-tests/lookup_pi_state.c
+++ b/testcases/realtime/stress/pi-tests/lookup_pi_state.c
@@ -26,10 +26,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl 
-I../../include
- *                         -L/usr/lib/nptl -lpthread -lrt -lm lookup_pi_state.c
- *                  -o lookup_pi_state
- *
  * AUTHOR
  *      Darren Hart <[EMAIL PROTECTED]>
  *
diff --git a/testcases/realtime/stress/pi-tests/testpi-3.c 
b/testcases/realtime/stress/pi-tests/testpi-3.c
index 8920d83..f371924 100644
--- a/testcases/realtime/stress/pi-tests/testpi-3.c
+++ b/testcases/realtime/stress/pi-tests/testpi-3.c
@@ -26,9 +26,6 @@
  *      Use run_auto.sh script in current directory to build and run test.
  *      Use "-j" to enable jvm simulator.
  *
- *     Compilation: gcc -O2 -g -D_GNU_SOURCE -I/usr/include/nptl 
-I../../include
- *                 -L/usr/lib/nptl -lpthread -lrt -lm testpi-3.c -o testpi-3
- *
  * AUTHOR
  *
  *
-- 
1.5.4.rc2.84.gf85fd-dirty


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to