Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 139347 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.in.old (-3 / +4 lines)
Lines 16-21 Link Here
16
@DREAMCAST@
16
@DREAMCAST@
17
CHEATS=1
17
CHEATS=1
18
2XSAI=1
18
2XSAI=1
19
EXTRALIBS=@LDFLAGS@
19
20
20
#Fairly good and special-char-safe descriptor of the os being built on.
21
#Fairly good and special-char-safe descriptor of the os being built on.
21
OS=`uname -s -r -m|sed \"s/ /-/g\"|tr \"[A-Z]\" \"[a-z]\"|tr \"/()\" \"___\"`
22
OS=`uname -s -r -m|sed \"s/ /-/g\"|tr \"[A-Z]\" \"[a-z]\"|tr \"/()\" \"___\"`
Lines 187-193 Link Here
187
OPTIMISE=-O4 -ffreestanding -ffast-math -fschedule-insns2 -fomit-frame-pointer -fno-inline-functions -fno-defer-pop -fforce-addr -fstrict-aliasing -funroll-loops -fdelete-null-pointer-checks -fno-exceptions
188
OPTIMISE=-O4 -ffreestanding -ffast-math -fschedule-insns2 -fomit-frame-pointer -fno-inline-functions -fno-defer-pop -fforce-addr -fstrict-aliasing -funroll-loops -fdelete-null-pointer-checks -fno-exceptions
188
CPUFLAGS=-ml  -m4-single-only
189
CPUFLAGS=-ml  -m4-single-only
189
else
190
else
190
OPTIMISE = @OPTIMIZE@
191
OPTIMISE = @CFLAGS@
191
endif
192
endif
192
193
193
DEFS += \
194
DEFS += \
Lines 245-252 Link Here
245
OFFSET=
246
OFFSET=
246
endif
247
endif
247
248
248
offsets: offsets.o
249
offsets: offsets.cpp
249
	$(CCC) $(INCLUDES) -o $@ offsets.o
250
	$(CCC) $(EXTRALIBS) $(INCLUDES) -o $@ offsets.cpp
250
	./offsets >$(CPU)/offsets.h
251
	./offsets >$(CPU)/offsets.h
251
252
252
#../zlib/libz.a:
253
#../zlib/libz.a:

Return to bug 139347