diff options
author | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-30 19:31:23 +0000 |
---|---|---|
committer | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-30 19:31:23 +0000 |
commit | 787f8122255799dec288f230e9590e36f603298a (patch) | |
tree | 27e685bf77df1116adeba51ebdd3c3c2cbbe6a8f /include | |
parent | 05ed3507e1b04a46534ed03c6c51aec23fe31450 (diff) | |
download | ATCD-787f8122255799dec288f230e9590e36f603298a.tar.gz |
Functor, RB_Tree, and pSOS fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_psos_diab.GNU | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_psos_diab.GNU b/include/makeinclude/platform_psos_diab.GNU index fa188475bdc..d250c30ad6d 100644 --- a/include/makeinclude/platform_psos_diab.GNU +++ b/include/makeinclude/platform_psos_diab.GNU @@ -80,7 +80,7 @@ CC = dcc -tMC68060FS:psos # describe the target board. The object format is F for ELF, E for COFF, # or N for GNU/VxWorks. The floating point support is H for hardware # support, S for software support, or N for no floating point support -CFLAGS += -D__DIAB -D__DIAB_42p0 -Xkill-opt=0x400 -Xno-old-style -Xlint $(PSOSINCL) +CFLAGS += -D__DIAB -D__DIAB_42a -Xkill-opt=0x400 -Xno-old-style -Xlint $(PSOSINCL) # C Compiler Debug Flags (passed iff debug == 1) # -# prints subprograms with arguments as they are executed @@ -137,11 +137,11 @@ DCCFLAGS += $(DCFLAGS) # Dynamic Linker # DLD = dld -DLD = dplus -tMC68060FS:psos -Wm$(PSS_BSP)/app.lnk +DLD = dplus -tMC68060FS:psos -Wm$(PSS_BSP)/ram.lnk # Static Linker # LD = dld -LD = dplus -tMC68060FS:psos -Wm$(PSS_BSP)/app.lnk +LD = dplus -tMC68060FS:psos -Wm$(PSS_BSP)/ram.lnk # Static Linker Flags # -L<path> adds a directory path to the linker search path |