comparison Makefile.djgpp @ 348:9bf282a79ac4

Remove PATH setting from DJGPP Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Jan 2020 22:41:13 +0200
parents 0d0ccaa46985
children 47f336bb06c4
comparison
equal deleted inserted replaced
347:3b922a79aa2d 348:9bf282a79ac4
1 # 1 #
2 # For cross-compilation of DJGPP/DOS version under Linux 2 # For cross-compilation of DJGPP/DOS version under Linux
3 # 3 #
4 4
5 # Compiler, flags and linker flags 5 # Compiler, flags and linker flags
6 export PATH := /opt/bin:$(PATH)
7
8 BINTOOL_PREFIX=i586-pc-msdosdjgpp- 6 BINTOOL_PREFIX=i586-pc-msdosdjgpp-
9 7
10 CFLAGS += -DTH_BYTEORDER=TH_LITTLE_ENDIAN 8 CFLAGS += -DTH_BYTEORDER=TH_LITTLE_ENDIAN
11 LDFLAGS += -s 9 LDFLAGS += -s
12 10