Changeset 11371
- Timestamp:
- Nov 16, 2008, 12:19:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/freebsdx8632/Makefile
r11014 r11371 44 44 Threads.h x86-constants32.h x86-exceptions.h 45 45 46 .if $(MACHINE) == "amd64" 47 CROSS = -B/usr/lib32 48 .endif 46 49 47 50 KSPOBJ = $(SPOBJ) … … 49 52 50 53 51 OSLIBS = -lm -lthr 54 OSLIBS = -lm -lthr $(CROSS) 52 55 53 56 .s.o:
Note: See TracChangeset
for help on using the changeset viewer.