From 1b9418fafb99d70272cdfc1265fd42113d3073f6 Mon Sep 17 00:00:00 2001
From: michael <michael@freepascal.org>
Date: Fri, 8 May 1998 09:21:57 +0000
Subject: [PATCH] + Librarysearchpath is now a linker object field;

---
 compiler/pp.pas | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/compiler/pp.pas b/compiler/pp.pas
index 99b62a3462..f610e5b77e 100644
--- a/compiler/pp.pas
+++ b/compiler/pp.pas
@@ -355,7 +355,7 @@ begin
    Message1(general_i_targetos,target_os.name);
    Message1(general_u_exepath,exepath);
 {$ifdef linux}
-   Message1(general_u_gcclibpath,librarysearchpath);
+   Message1(general_u_gcclibpath,Linker.librarysearchpath);
 {$endif}
 
    start:=getrealtime;
@@ -379,7 +379,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.7  1998-05-04 17:54:28  peter
+  Revision 1.8  1998-05-08 09:21:57  michael
+  + Librarysearchpath is now a linker object field;
+
+  Revision 1.7  1998/05/04 17:54:28  peter
     + smartlinking works (only case jumptable left todo)
     * redesign of systems.pas to support assemblers and linkers
     + Unitname is now also in the PPU-file, increased version to 14