Avoid -fwhole-program on broken gcc instead of stopping build.
[seabios.git] / src / boot.c
index 5dc6761f4c4b11777ca7d86c78dee9850cf6447b..26427ba51f8e46e6988eb3a486449d9ee861d219 100644 (file)
@@ -463,7 +463,3 @@ handle_19()
     SET_EBDA(boot_sequence, 0);
     do_boot(0);
 }
-
-// Ughh - some older gcc compilers have a bug which causes VISIBLE32
-// functions to not be exported as global variables.
-asm(".global handle_18, handle_19");