From bb5ede8152f14cc757ff4ee6f44ff3128c3ff144 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Feb 2008 15:24:18 +0000 Subject: Standardize to big-endian binary git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@637 42af7a65-404d-4744-a932-0658087f49c3 --- misc/pascal/insn16/popt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/pascal/insn16/popt') diff --git a/misc/pascal/insn16/popt/Makefile b/misc/pascal/insn16/popt/Makefile index 155ea6281..606ebe2c2 100644 --- a/misc/pascal/insn16/popt/Makefile +++ b/misc/pascal/insn16/popt/Makefile @@ -84,7 +84,7 @@ check_libs: fi $(BINDIR)/popt: check_libs $(POPTOBJS) - $(CC) -o $@ $(LDFLAGS) $(POPTOBJS) -lpas -lpoff -linsn + $(CC) -o $@ $(LDFLAGS) $(POPTOBJS) -lpoff -linsn -lpas popt: $(BINDIR)/popt -- cgit v1.2.3