openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : alios Makefile,1.3,1.4


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : alios Makefile,1.3,1.4
Date: Mon, 29 Jul 2002 19:38:34 -0400

Update of /cvsroot/openap/alios
In directory subversions:/tmp/cvs-serv14983

Modified Files:
        Makefile 
Log Message:
objcopy as well should not be hard coded.  In fact this won't always matter
since we may have multi-arch binutils installed, but it makes things look less
confusing.


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/alios/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile    29 Jul 2002 23:31:23 -0000      1.3
+++ Makefile    29 Jul 2002 23:38:31 -0000      1.4
@@ -74,7 +74,7 @@
 # write the contained binary code with all symbols resolved to the file named
 # as the second argument:
 
-OBJCOPY=objcopy -O binary
+#OBJCOPY=objcopy
 
 all: alios.bin create_config_block
 
@@ -93,7 +93,7 @@
                -DCONFIG_1_S=$(CONFIGURATION_1) \
                $(SFLAGS) \
                         alios.S
-       $(OBJCOPY) alios.o alios.bin
+       $(OBJCOPY) -O binary alios.o alios.bin
        -$(RM) alios.o
        @echo
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]