]> git.pld-linux.org Git - packages/VirtualBox.git/blobdiff - gcc8.patch
up to 5.2.22
[packages/VirtualBox.git] / gcc8.patch
diff --git a/gcc8.patch b/gcc8.patch
deleted file mode 100644 (file)
index 9f3d19e..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-------------------------------------------------------------------------
-r73343 | vboxsync | 2018-07-25 08:39:58 +0200 (śro, 25 lip 2018) | 3 lines
-Changed paths:
-   M /trunk/configure
-
-configure: remove the upper version limit in the gcc test and plan to
-blacklist if necessary in future.
-Thank you Gianfranco Costamagna.
-
-Index: configure
-===================================================================
---- configure  (revision 73342)
-+++ configure  (revision 73343)
-@@ -446,9 +446,8 @@
-       # gcc-4.0 is allowed for Darwin only
-       elif [ $cc_maj -lt 4 \
-              -o \( $cc_maj -eq 4 -a $cc_min -lt 4 -a "$OS" != "darwin" \) \
--             -o \( $cc_maj -eq 4 -a $cc_min -lt 2 -a "$OS"  = "darwin" \) \
--             -o $cc_maj -gt 7 ]; then
--        log_failure "gcc version $cc_maj.$cc_min found, expected gcc 4.x...7.x"
-+             -o \( $cc_maj -eq 4 -a $cc_min -lt 2 -a "$OS"  = "darwin" \) ]; then
-+        log_failure "gcc version $cc_maj.$cc_min found, expected gcc 4.x or later"
-         fail really
-       else
-         log_success "found version $cc_ver"
-
-------------------------------------------------------------------------
This page took 0.165342 seconds and 4 git commands to generate.