Selaa lähdekoodia

* $GCSECTIONS also added to else case

marco 20 vuotta sitten
vanhempi
commit
8ab7863982
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      compiler/systems/t_bsd.pas

+ 5 - 2
compiler/systems/t_bsd.pas

@@ -265,7 +265,7 @@ begin
          ExeCmd[1]:='ld $OPT $DYNLINK $STATIC $GCSECTIONS $STRIP -L. -o $EXE `cat $RES`';
        end
      else
-       ExeCmd[1]:='ld $OPT $DYNLINK $STATIC $STRIP -L. -o $EXE $RES';
+       ExeCmd[1]:='ld $OPT $DYNLINK $STATIC  $GCSECTIONS $STRIP -L. -o $EXE $RES';
      DllCmd[1]:='ld $OPT $INIT $FINI $SONAME -shared -L. -o $EXE $RES';
      DllCmd[2]:='strip --strip-unneeded $EXE';
      { first try glibc2 }
@@ -631,7 +631,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.29  2005-04-27 14:47:54  marco
+  Revision 1.30  2005-04-27 21:47:08  marco
+   * $GCSECTIONS also added to else case
+
+  Revision 1.29  2005/04/27 14:47:54  marco
    * tf_smartlink_sections and some shared lib pull-ups from t_linux
 
   Revision 1.28  2005/02/14 17:13:10  peter