diff --git a/Documentation/TODO.sparc b/Documentation/TODO.sparc index 9d4e70d..639bc3f 100644 --- a/Documentation/TODO.sparc +++ b/Documentation/TODO.sparc @@ -3,7 +3,6 @@ TODO-list: Sparc common: - Unimplemented features/bugs: - Send keycode on keypress - - Add Make dependencies for .S files - Remove compiler warnings - Clean up diff --git a/arch/sparc32/build.xml b/arch/sparc32/build.xml index 45fcb98..847a17f 100644 --- a/arch/sparc32/build.xml +++ b/arch/sparc32/build.xml @@ -23,14 +23,12 @@ - + - + @@ -38,8 +36,7 @@ $(LD) -N -T arch/sparc32/ldscript -o $@.nostrip $^ $(NM) $@.nostrip | sort > $(ODIR)/openbios-plain.syms cp $@.nostrip $@ - $(STRIP) $@ - + $(STRIP) $@ @@ -59,16 +56,13 @@ @echo "static const char forth_dictionary[] = {" > $@ @cat $< | hexdump -ve '1/0 "\t" 8/1 "0x%02x, " 1/0 "\n"' \ | sed 's/0x ,//g' >> $@ - @echo "};" >> $@ - ]]> + @echo "};" >> $@]]> - - + @@ -78,8 +72,7 @@ $(LD) -N -T arch/sparc32/ldscript -o $@.nostrip $^ $(NM) $@.nostrip | sort > $(ODIR)/openbios-builtin.syms cp $@.nostrip $@ - $(STRIP) $@ - + $(STRIP) $@ diff --git a/arch/sparc64/build.xml b/arch/sparc64/build.xml index ff8fdf8..9066313 100644 --- a/arch/sparc64/build.xml +++ b/arch/sparc64/build.xml @@ -28,7 +28,6 @@ $(CC) $$EXTRACFLAGS $(AS_FLAGS) $(CFLAGS) $(INCLUDES) -c -o $@ $^]]> - $(LD) -T arch/sparc64/ldscript -o $@.nostrip $^