SOURCES: dosemu-man-pages.patch, dosemu-make-new.patch - updated f...

pascalek pascalek at pld-linux.org
Wed May 23 12:03:40 CEST 2007


Author: pascalek                     Date: Wed May 23 10:03:40 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.4.0

---- Files affected:
SOURCES:
   dosemu-man-pages.patch (1.13 -> 1.14) , dosemu-make-new.patch (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/dosemu-man-pages.patch
diff -u SOURCES/dosemu-man-pages.patch:1.13 SOURCES/dosemu-man-pages.patch:1.14
--- SOURCES/dosemu-man-pages.patch:1.13	Tue Nov 28 21:44:17 2006
+++ SOURCES/dosemu-man-pages.patch	Wed May 23 12:03:35 2007
@@ -148,24 +148,6 @@
  is
  .I not
  suid-root).
-@@ -172,7 +171,7 @@
- .I --Flibdir
- Bypass the default DOSEMU_LIB_DIR (as maybe defined in dosemu.users)
- and use this directory instead (only accepted when
--.B dosemu.bin
-+.B dosemu
- is
- .I not
- suid-root).
-@@ -180,7 +179,7 @@
- .I --Fimagedir
- Bypass the default directory for bootdirectory and hdimages (DOSEMU_HDIMAGE_DIR)
- and use this directory instead (only accepted when
--.B dosemu.bin
-+.B dosemu
- is
- .I not
- suid-root).
 @@ -190,7 +189,7 @@
  .TP
  .I -n

================================================================
Index: SOURCES/dosemu-make-new.patch
diff -u SOURCES/dosemu-make-new.patch:1.10 SOURCES/dosemu-make-new.patch:1.11
--- SOURCES/dosemu-make-new.patch:1.10	Wed Dec 28 12:03:08 2005
+++ SOURCES/dosemu-make-new.patch	Wed May 23 12:03:35 2007
@@ -13,8 +13,8 @@
                # because in forces _inline_ at places where we don't want it !
                # If we want _inline_, well then we 'code' it.
      OPT="$OPT -fomit-frame-pointer"  # never omit the frame pointer when debugging!
-@@ -517,38 +517,6 @@
-  fi
+@@ -517,37 +517,6 @@
+   fi
  
  
 -  # -m486 is usually in the specs for the compiler
@@ -25,10 +25,9 @@
 -  if test "$target_cpu" = "athlon" -a $GCC_VERSION_CODE -le 2095 ;  then
 -    target_cpu="i686"
 -  fi
--  if test "$target_cpu" = "x86_64"; then
--    target_cpu="k8"
--  fi
--  if test "$GCC_VERSION_CODE" -ge 3004 ; then
+-  if test -z "$target_cpu" ; then
+-     true
+-  elif test "$GCC_VERSION_CODE" -ge 3004 ; then
 -     OPT="$OPT -mtune=$target_cpu"
 -  elif test "$GCC_VERSION_CODE" -ge 2095 ; then
 -     OPT="$OPT -mcpu=$target_cpu"
@@ -51,4 +50,4 @@
 -  fi
  
    AC_MSG_CHECKING(for glibc...)
-   set `printf '%b\n' '#include <features.h>\nXXAaZZ __GLIBC__ XXBbZZ __GLIBC_MINOR__'|gcc -E -|awk '/XXAaZZ/ {print $2 " " $4}'`
+   set `printf '%b\n' '#include <features.h>\nXXAaZZ __GLIBC__ XXBbZZ __GLIBC_MINOR__'|${CC-cc} -E -|awk '/XXAaZZ/ {print $2 " " $4}'`
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/dosemu-man-pages.patch?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SOURCES/dosemu-make-new.patch?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list