974850.5707z.group/bin/cvsweb.cgi/djgpp/src/makefile | search |
To download the latest version of this file, click on most recent revision number, then use your browser's "save page as" feature.
Up to djgpp/src/Add missing dependency
just rename rmake.cc to rmake.c instead of building with -xc
add -xc to rmake.exe build rule, because older compilers fail in linking it, and the source is pure-C anyway.
add -Wall to compiler flags where 'gcc' is used directly to build the build utils.
Update file copyright lines aftr running src/copyright.pl
Restore src/rmake.cc (used by testsuite but missing since DJGPP-v2.02)
Doing a make clean doesn't remove generated files gcc.opt and gcc-l.opt which causes trouble if one uses a different gcc later. Following patch adds them to the clean target of the src/makefile. - Ozkan Sezer
Generate gcc.opt and gcc-l.opt according to GCC version. Move generating gpp.opt from gcc.opt to a newly created makefile.cfg. Move -I. -I- to gcc*.opt and replace it with -iquote . for GCC 4.X (do we need it at all. Anyway it is not expected to harm and can be removed easily later).
Andrew Cottrell's gcc 3.3 build-system fixes: filter out inappropriate options for g++ from gcc options; use g++; clean djasm too.
Add native build for utils to create bin2h in hostbin
djasm has its own directory now.
docs makefile instead of docs/kb - add build of dir
Ran copyright.pl before building a pretest.
Don't fail if djtzsNNN.zip isn't installed (and ../zoneinfo doesn't exist).
Make sure lib/libpc.a and lib/libg.a are created with a dummy empty module.
Build and install the zoneinfo files and programs as part of the library build procedure.
import djgpp 2.02
import djgpp 2.00
webmaster | delorie software privacy |
Copyright � 2024 by DJ Delorie | Updated Apr 2024 |