diff options
| author | raf <none@none> | 2005-11-29 11:51:21 -0800 |
|---|---|---|
| committer | raf <none@none> | 2005-11-29 11:51:21 -0800 |
| commit | 0ec5755428223b8105e488e8fddc19de4db26521 (patch) | |
| tree | b591b7b19a02be3744f72bcb43264ff1a64ebc97 /usr/src/lib/libc/i386/Makefile.com | |
| parent | afd1ac7b1c9a8cdf273c865aa5e9a14620341443 (diff) | |
| download | illumos-joyent-0ec5755428223b8105e488e8fddc19de4db26521.tar.gz | |
6350867 gcc and libc don't get along on sparc
--HG--
rename : usr/src/lib/libc/amd64/threads/inlines.s => deleted_files/usr/src/lib/libc/amd64/threads/inlines.s
rename : usr/src/lib/libc/i386/threads/inlines.s => usr/src/lib/libc/i386/gen/_divdi3.s
Diffstat (limited to 'usr/src/lib/libc/i386/Makefile.com')
| -rw-r--r-- | usr/src/lib/libc/i386/Makefile.com | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/lib/libc/i386/Makefile.com b/usr/src/lib/libc/i386/Makefile.com index 9f5aecc002..96544e7e7c 100644 --- a/usr/src/lib/libc/i386/Makefile.com +++ b/usr/src/lib/libc/i386/Makefile.com @@ -99,6 +99,7 @@ COMOBJS= \ GENOBJS= \ _div64.o \ + _divdi3.o \ _getsp.o \ _mul64.o \ abs.o \ @@ -780,7 +781,6 @@ THREADSMACHOBJS= \ machdep.o THREADSASMOBJS= \ - inlines.o \ asm_subr.o UNWINDMACHOBJS= \ @@ -933,11 +933,6 @@ ALTPICS= $(TRACEOBJS:%=pics/%) $(DYNLIB) := PICS += $(ROOTFS_LIBDIR)/libc_i18n.a $(DYNLIB) := BUILD.SO = $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(ALTPICS) $(LDLIBS) -# -# XX64 Don't know why ctf fails. Remove when it is fixed. -# -$(__GNUC)$(DYNLIB) := CTFMERGE_POST = - MAPDIR= ../spec/i386 MAPFILE= $(MAPDIR)/mapfile |
