- Aug 27, 2020
-
-
Raymond Toy authored
Add `COPT` variable in `Config.x86_common` to set the optimization level (defaulting to `-O2`). Then each `Config.x86` file can set `COPT` as desired if the default doesn't work. Thus, `Config.x86_linux` sets `COPT` to `-O1`, but others can use the default value. See issue #68.
-
- Aug 03, 2014
-
-
Raymond Toy authored
* Add the appropriate gcc options to enable sse2 instructions. * Remove the fdlibm routines since they're in GNUMakefile now.
-
- Jul 24, 2014
-
-
Raymond Toy authored
This is untested, but I'm assuming NetBSD needs fdlibm as well.
-
- Nov 04, 2011
-
-
Raymond Toy authored
-
- Dec 23, 2010
-
-
rtoy authored
lisp/Config_x86_netbsd: o Define EXEC_FINAL_OBJ, like other x86 ports. lisp/elf.c: o Use the new linker.sh command script to link the executable. lisp/lisp.c: o Use new method of getting the initial_function.
-
- Sep 17, 2009
-
-
rswindells authored
-
- Jan 20, 2009
-
-
agoncharov authored
-
- Jan 13, 2009
-
-
agoncharov authored
reorganization. Found and returned to the owner now.
-
- Jan 11, 2009
-
-
rtoy authored
o Use += to append to variables instead of setting them. o Add common OS_SRC files. o Move rule for building e_rem_pio2.c to here. Add CPPFLAGS too. Config.x86_common: o Remove common files from OS_SRC. o Remove rele for e_rem_pio2.c Config.x86_darwin: o Update to use Config.x86_common. GNUmakefile: o Use CPPFLAGS when building version.o
-
- Jan 07, 2009
-
-
agoncharov authored
Use a new (much smaller) Config.x86_freebsd, named consistently with (some) other files.
-