mirror of
https://github.com/digarok/gsplus.git
synced 2025-02-17 11:31:11 +00:00
fix target for linux x11 build
This commit is contained in:
parent
0bbfc94967
commit
ca91bc4ab4
@ -1,20 +1,21 @@
|
||||
TARGET = gsportx
|
||||
OBJECTS = $(OBJECTS1) $(TFEOBJ) $(ATOBJ) $(PCAPOBJ) xdriver.o
|
||||
TARGET = gsplusx
|
||||
NAME = gsplusx
|
||||
PERL = perl
|
||||
CC = gcc
|
||||
LD = g++
|
||||
AS = cc
|
||||
|
||||
OBJECTS = $(OBJECTS1) $(TFEOBJ) $(ATOBJ) $(PCAPOBJ) xdriver.o
|
||||
#-march=i686 is causing "error: CPU you selected does not support x86-64 instruction set" on ubuntu
|
||||
#CCOPTS = -O2 -Wall -fomit-frame-pointer -std=gnu99 -march=i686 -DHAVE_TFE -DHAVE_ATBRIDGE -DTOGGLE_STATUS
|
||||
CCOPTS = -O2 -Wall -fomit-frame-pointer -std=gnu99 -DHAVE_TFE -DHAVE_ATBRIDGE -DTOGGLE_STATUS
|
||||
OPTS = -DGSPORT_LITTLE_ENDIAN
|
||||
SUFFIX =
|
||||
NAME = gsportx
|
||||
LDFLAGS =
|
||||
LDOPTS =
|
||||
LD = g++
|
||||
# added -ldl for ubuntu
|
||||
EXTRA_LIBS = -lXext -ldl
|
||||
EXTRA_SPECIALS =
|
||||
|
||||
AS = cc
|
||||
PERL = perl
|
||||
|
||||
XOPTS = -I/usr/X11R6/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user