Skip to content
Snippets Groups Projects
Commit 840a3da5 authored by Ulrich Schwickerath's avatar Ulrich Schwickerath
Browse files

consolidate the 32bit flag

parent 20ea4bab
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,12 @@ SHELL=/bin/bash
#
# defaults for DELPHI environment
#
LEGACY = -m32
PRO = 161018
FFLAGS = -m32
CFLAGS = -m32
LDFLAGS = -m32 -L\/usr\/lib\/gcc\/i686-linux-gnu\/5
ADDCOMP = -m32 -fno-pie --allow-invalid-boz -g -O0 -finit-local-zero -fno-second-underscore -fno-backslash -fno-automatic -fno-f2c -std=legacy -fno-align-commons -Wall
FFLAGS = $(LEGACY)
CFLAGS = $(LEGACY)
LDFLAGS = $(LEGACY) -L\/usr\/lib\/gcc\/i686-linux-gnu\/5
ADDCOMP = $(LEGACY) -no-pie -allow-invalid-boz -g -O0 -finit-local-zero -fno-second-underscore -fno-backslash -fno-automatic -fno-f2c -std=legacy -fno-align-commons -Wall
PLINAM = Linux
DATETAG = `date +%Y%m%d`
DELPHI_SWCD = /tmp/swcd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment