diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-03-10 19:47:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-03-10 19:47:57 +0000 |
commit | 781ce9185d69dfb39a917415ece8bd28c507116e (patch) | |
tree | ec4189d5a605424957d5da7437bf3041f9d35a86 /target/device/AMD/DBAu1500/Makefile.in | |
parent | dccecf52b00eb3aa941b3111d41f60689088003b (diff) |
The DBAu1500 can run as either big or little endian
Diffstat (limited to 'target/device/AMD/DBAu1500/Makefile.in')
-rw-r--r-- | target/device/AMD/DBAu1500/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/AMD/DBAu1500/Makefile.in b/target/device/AMD/DBAu1500/Makefile.in index 4bfca42b5..675034df9 100644 --- a/target/device/AMD/DBAu1500/Makefile.in +++ b/target/device/AMD/DBAu1500/Makefile.in @@ -1,7 +1,7 @@ ALCHEMY_DBAU1500_PATH=target/device/AMD/DBAu1500 BUSYBOX_CONFIG=$(ALCHEMY_DBAU1500_PATH)/busybox.config -UCLIBC_CONFIG_FILE=$(ALCHEMY_DBAU1500_PATH)/uClibc.config +UCLIBC_CONFIG_FILE=$(ALCHEMY_DBAU1500_PATH)/uClibc.config.$(ARCH) TARGET_SKELETON=$(ALCHEMY_DBAU1500_PATH)/skel.tar.gz TARGET_SKEL_DIR=$(ALCHEMY_DBAU1500_PATH)/target_skeleton |