mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
898d490968
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
16 lines
488 B
Diff
16 lines
488 B
Diff
--- a/Makefile.orig 2015-02-01 01:08:33.000000000 +0300
|
|
+++ b/Makefile 2015-02-01 01:10:17.624757244 +0300
|
|
@@ -9,11 +9,10 @@
|
|
#
|
|
FDISK=/dev/fd0
|
|
|
|
-AS=as -32
|
|
-CC=gcc
|
|
-
|
|
CFLAGS= -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin \
|
|
-ffreestanding -fPIC $(SMP_FL) -fno-stack-protector
|
|
+CPPFLAGS= -m32
|
|
+ASFLAGS= -32
|
|
|
|
OBJS= head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o \
|
|
config.o cpuid.o linuxbios.o pci.o memsize.o spd.o error.o dmi.o controller.o \
|