aboutsummaryrefslogtreecommitdiffstats
path: root/src/fripost-partman-udeb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/fripost-partman-udeb/Makefile')
-rw-r--r--src/fripost-partman-udeb/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fripost-partman-udeb/Makefile b/src/fripost-partman-udeb/Makefile
index a1e0e73..1b96c14 100644
--- a/src/fripost-partman-udeb/Makefile
+++ b/src/fripost-partman-udeb/Makefile
@@ -1,13 +1,6 @@
CC ?= gcc
CFLAGS ?= -Wall -x c -s
-ifeq (${ARCH}, amd64)
-CFLAGS += -m64
-endif
-ifeq (${ARCH}, i386)
-CFLAGS += -m32
-endif
-
LIBS = lib/stdbuf.so
all: ${LIBS}